Changes between Version 8 and Version 9 of Mac OS X build instructions
- Timestamp:
- Feb 23, 2007 2:47:08 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mac OS X build instructions
v8 v9 25 25 1. Change to the root directory of the sources and execute the configure script: 26 26 {{{ 27 ./configure --disable-xpcom27 ./configure 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). … … 54 54 ./VBoxBFE -m 128 -cdrom /Users/name/Desktop/knoppix-3.7.iso -boot d -natdev1 080286000042 55 55 }}} 56 57 == Misc stuff == 58 * Put OS X into legacy mode (pure 32bit): 59 {{{ 60 nvram boot-args="-legacy" 61 }}}