Changes between Version 83 and Version 84 of Getting-Started/iPhone


Ignore:
Timestamp:
Nov 19, 2015 10:13:10 AM (8 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/iPhone

    v83 v84  
    145145 1. Specify OpenSSL location when running {{{configure-iphone}}}, for example (with Bash): 
    146146 {{{ 
    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] 
    151148 }}} 
    152149 And check that OpenSSL is detected by the configure script: