Changes between Version 26 and Version 27 of Mac OS X build instructions
- Timestamp:
- Oct 22, 2007 1:41:38 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mac OS X build instructions
v26 v27 6 6 7 7 * Mac OS X running on Intel hardware (PowerPC hardware is '''not''' supported). 8 8 9 * Xcode 2.4.1 or later (the GCC and SDKs packages suffices). 10 9 11 * Some things from !MacPorts (http://www.macports.org/): 10 12 {{{ … … 12 14 }}} 13 15 Only i386-elf-gcc (for op.o in src/recompiler), libidl (for the xpcom idl compiler) and libsdl are required. The remainder is optional. 16 14 17 * xerces and xalan. [[BR]] The xerces and xalan sources we use together with the appropriate kBuild makefiles can be found here: http://virtualbox.org/download/testcase/xerces-and-xalan-vbox-src.tar.bz2 [[BR]] Untar them into the VirtualBox trunk directory. [[BR]] Add {{{--build-xalan}}} to the {{{configure}}} command if using these sources. 18 15 19 * Qt/Mac 3.3.8 (optional). [[BR]] Add {{{--disable-qt}}} to the {{{configure}}} command if missing. 16 20