Skip to content

Commit

Permalink
add download link
Browse files Browse the repository at this point in the history
  • Loading branch information
liyin committed Jan 5, 2017
1 parent 47940fe commit 8f5d3db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

## English

## Downloads

If you do not want to build it by yourself, you could download our prebuilt library from [there](https://github.com/leenjewel/openssl_for_ios_and_android/releases/tag/20170105)

## OpenSSL Version

This a static library compile from openssl and cURL for iOS and Android.
Expand Down Expand Up @@ -193,6 +197,10 @@ target_link_libraries( # Specifies the target library.
后来又加入了适用于 iOS 平台和 Android 平台且支持 SSL 的 cURL 静态链接库。基于 curl-7.47.1 版本编译生成。
## 下载
如果你不想自己构建,那么你可以使用我们已经预先构建好的版本,[请在这里下载](https://github.com/leenjewel/openssl_for_ios_and_android/releases/tag/20170105)
## 在 iOS 工程中使用
将 `lib/libcrypto.a` 和 `lib/libssl.a` 还有 `lib/libcurl.a` 三个静态链接库文件拷贝到你的 iOS 工程下面合适的位置。
Expand Down

0 comments on commit 8f5d3db

Please sign in to comment.