Skip to content

fenglc/build-libcurl-for-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

build-libcurl-for-ios

Usage

Download

 curl -O http://curl.haxx.se/download/curl-7.45.0.tar.gz
 tar xf curl-7.45.0.tar.gz
 cd curl-7.45.0

Build

 curl https://raw.githubusercontent.com/fenglc/build-libcurl-for-ios/master/build.sh | bash
 ......

or

 mkdir build
 cd build
 cmake .. -G "Xcode" -DHTTP_ONLY=ON -DCMAKE_USE_OPENSSL=OFF -DBUILD_CURL_EXE=OFF -DBUILD_CURL_TESTS=OFF -DCURL_STATICLIB=ON
 curl https://raw.githubusercontent.com/fenglc/build-libcurl-for-ios/master/build2.sh | bash
 ......

See also

About

Build libcurl for iOS development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages