From d812b5adfbc5189d2223b68dd9fb8b72aecbeab8 Mon Sep 17 00:00:00 2001 From: Bochun Bai Date: Tue, 8 Mar 2016 00:16:42 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9d1f491..94be398 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ Bitcode support. OpenSSL and Darwin native ssl support. Script only, please download libcurl from here: http://curl.haxx.se/download.html -Tested iOS SDK 9.0 and MacOSX 10.11 -Tested curl 7.44.0 +Tested Xcode 7.2.1(7C1002) on OSX 10.11.3 +Tested curl 7.44.0 and 7.47.1 Usage ================= ``` -curl -O http://curl.haxx.se/download/curl-7.44.0.tar.gz -tar xf curl-7.44.0.tar.gz -cd curl-7.44.0 +curl -O http://curl.haxx.se/download/curl-7.47.1.tar.gz +tar xf curl-7.47.1.tar.gz +cd curl-7.47.1 curl https://raw.githubusercontent.com/sinofool/build-libcurl-ios/master/build_libcurl_dist.sh |bash ...... ```