Build openssl for iOS development, include armv7 armv7s arm64 i386 and x86_64 support.
Find a file
2014-03-29 11:50:08 -07:00
build_openssl_dist.sh Update build_openssl_dist.sh 2014-03-28 23:54:15 -07:00
patch-conf.patch First version of build script for iOS SDK7.1 2014-03-28 22:14:47 -07:00
patch-include.patch First version of build script for iOS SDK7.1 2014-03-28 22:14:47 -07:00
README.md Update README.md 2014-03-29 11:50:08 -07:00

build-openssl-ios

Build openssl for iOS development

Script only, please download openssl from here: http://www.openssl.org/source/ Tested iOS SDK 7.1 and MacOSX 10.9 Tested openssl 1.0.1f

Usage

curl -O http://www.openssl.org/source/openssl-1.0.1f.tar.gz
tar xf openssl-1.0.1f.tar.gz
cd openssl-1.0.1f
curl https://raw.githubusercontent.com/sinofool/build-openssl-ios/master/build_openssl_dist.sh |bash
......

Find the result openssl-ios-dist on your desktop.