Changes between Version 47 and Version 48 of Getting-Started/iPhone


Ignore:
Timestamp:
Oct 11, 2012 11:02:11 AM (12 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/iPhone

    v47 v48  
    4343$ cd /path/to/your/pjsip/dir 
    4444$ ./configure-iphone 
     45$ make dep && make clean && make 
     46 }}} 
     47 
     48For iPhone 5, use armv7s architecture: 
     49 
     50 {{{ 
     51$ cd /path/to/your/pjsip/dir 
     52$ ARCH='-arch ARMv7s' ./configure-iphone 
    4553$ make dep && make clean && make 
    4654 }}} 
     
    115123Note: these steps do not troubleshoot audio problems. 
    116124 
    117 === Supporting multiple architectures (armv6 and armv7) === 
     125=== Supporting multiple architectures (armv6, armv7, armv7s, and so on) === 
    118126 
    119127You 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: