Changes between Version 47 and Version 48 of Getting-Started/iPhone
- Timestamp:
- Oct 11, 2012 11:02:11 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/iPhone
v47 v48 43 43 $ cd /path/to/your/pjsip/dir 44 44 $ ./configure-iphone 45 $ make dep && make clean && make 46 }}} 47 48 For iPhone 5, use armv7s architecture: 49 50 {{{ 51 $ cd /path/to/your/pjsip/dir 52 $ ARCH='-arch ARMv7s' ./configure-iphone 45 53 $ make dep && make clean && make 46 54 }}} … … 115 123 Note: these steps do not troubleshoot audio problems. 116 124 117 === Supporting multiple architectures (armv6 and armv7) ===125 === Supporting multiple architectures (armv6, armv7, armv7s, and so on) === 118 126 119 127 You need to compile separately for each architecture. If your iPhone SDK has '''{{{llvm-gcc}}}''' compiler (which is the supported compiler starting iOS SDK 5), then you need to set '''{{{ARCH}}}''' environment variable to the desired architecture before running {{{configure-iphone}}}, for example: