在终端上运行,terminal
# Make a directory in which to run the buildmkdir ~/openssl-ioscd ~/openssl-ios# Download the openssl source (verify the file before using it in production!)curl -O http://www.openssl.org/source/openssl-1.0.1e.tar.gz# Download the openssl iOS build scriptcurl -O https://raw.github.com/Raphaelios/raphaelios-scripts/master/openssl/build-openssl.sh# Make the build script executablechmod +x build-openssl.sh# Run the script (takes about 3min on an Intel Core i5)./build-openssl.sh# Verify the architectures builtlipo -info ~/openssl-ios/lib/*.a
本文指导读者如何在终端上构建并安装OpenSSL的iOS版本,包括创建目录、下载源代码、构建脚本操作等步骤,全程演示确保高效完成任务。
4305

被折叠的 条评论
为什么被折叠?



