Changes between Version 19 and Version 20 of Getting-Started/iPhone
- Timestamp:
- Aug 6, 2010 9:40:31 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/iPhone
v19 v20 48 48 * other customizations are similar to what is explained in [wiki:Getting-Started/Autoconf Building with GNU] page. 49 49 50 == Simulator == 51 52 To 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 61 Note that the exact paths may vary according to your SDK version. 50 62 51 63 == Other iPhone Projects ==