Build openssl for iOS development, include armv7 armv7s arm64 i386 and x86_64 support.
build_openssl_dist.sh | ||
patch-conf.patch | ||
patch-include.patch | ||
README.md |
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.