From dc202672f266998a7c42771d3d46d8bef33eb2fe Mon Sep 17 00:00:00 2001 From: Bochun Bai Date: Sat, 29 Mar 2014 12:15:25 -0700 Subject: [PATCH] Adds README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc5df6a --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +build-libcurl-ios +================= + +Build libcurl for iOS development + +Script only, please download libcurl from here: http://curl.haxx.se/download.html +Tested iOS SDK 7.1 and MacOSX 10.9 +Tested curl 7.35.0 + +Usage +================= +``` +curl -O http://curl.haxx.se/download/curl-7.35.0.tar.gz +tar xf curl-7.35.0.tar.gz +cd curl-7.35.0 +curl https://raw.githubusercontent.com/sinofool/build-libcurl-ios/master/build_libcurl_dist.sh |bash +...... +``` +Find the result libcurl-ios-dist on your desktop.