Adds README.md
This commit is contained in:
parent
3cd8851df1
commit
dc202672f2
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue