Changes between Version 19 and Version 20 of Getting-Started/iPhone


Ignore:
Timestamp:
Aug 6, 2010 9:40:31 AM (14 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/iPhone

    v19 v20  
    4848 * other customizations are similar to what is explained in [wiki:Getting-Started/Autoconf Building with GNU] page. 
    4949 
     50== Simulator == 
     51 
     52To configure the build system for the iPhone simulator: 
     53 
     54 {{{ 
     55$ export DEVPATH=/Developer/Platforms/iPhoneSimulator.platform/Developer 
     56$ export CC=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0 
     57$ ./configure-iphone 
     58$ make dep && make clean && make 
     59 }}} 
     60 
     61Note that the exact paths may vary according to your SDK version. 
    5062 
    5163== Other iPhone Projects ==