Changes between Version 35 and Version 36 of Mac OS X build instructions
- Timestamp:
- Mar 5, 2008 8:39:29 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mac OS X build instructions
v35 v36 25 25 1. Change to the root directory of the sources and execute the configure script: 26 26 {{{ 27 ./configure --disable-qt --build-libxml227 ./configure --disable-qt 28 28 }}} 29 29 If it finds everything it needs, it will create a file called '!AutoConfig.kmk' containing paths to the various tools on your system. Also, it will create an environment setup script called configure.sh. This step only has to be done once (if something changes in your build tool setup, you might have to repeat it but keep in mind that both output files will be overwritten).