Changes between Version 83 and Version 84 of Getting-Started/iPhone
- Timestamp:
- Nov 19, 2015 10:13:10 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/iPhone
v83 v84 145 145 1. Specify OpenSSL location when running {{{configure-iphone}}}, for example (with Bash): 146 146 {{{ 147 export OPENSSL=${HOME}/openssl/openssl_arm 148 export CFLAGS="-O2 -Wno-unused-label -I${OPENSSL}/include" 149 export LDFLAGS="-L${OPENSSL}/lib" 150 ./configure-iphone 147 ./configure-iphone --with-ssl=[your_openssl_dir] 151 148 }}} 152 149 And check that OpenSSL is detected by the configure script: