From 8f5d3db1150ad67da72c506541f7bb86a379a5f2 Mon Sep 17 00:00:00 2001 From: liyin Date: Thu, 5 Jan 2017 18:18:21 +0800 Subject: [PATCH] add download link --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f593663f..2f5227a1 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 工程下面合适的位置。