Changes between Version 60 and Version 61 of Getting-Started/iPhone
- Timestamp:
- Mar 31, 2014 3:04:23 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/iPhone
v60 v61 67 67 {{{ 68 68 export DEVPATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer 69 ARCH="-arch i386" CFLAGS="-O2 -m32 -mi phoneos-version-min=4.0" LDFLAGS="-O2 -m32 -miphoneos-version-min=4.0" ./configure-iphone69 ARCH="-arch i386" CFLAGS="-O2 -m32 -mios-simulator-version-min=5.0" LDFLAGS="-O2 -m32 -mios-simulator-version-min=5.0" ./configure-iphone 70 70 make dep && make clean && make 71 71 }}} 72 72 73 73 Note that the exact paths may vary according to your SDK version. 74 If you use iOS SDK '''before''' version 7.0, you can configure it this way instead: 75 {{{ 76 ARCH="-arch i386" CFLAGS="-O2 -m32 -miphoneos-version-min=4.0" LDFLAGS="-O2 -m32 -miphoneos-version-min=4.0" ./configure-iphone 77 }}} 78 74 79 75 80 == OpenSSL Suport ==