= Mac OS X build instructions = The Mac OS X port is '''not''' yet completed. These instructions are here for those who wish to help out. == Prerequisites on Mac OS X == * Mac OS X running on Intel hardware (PowerPC hardware is '''not''' supported). * A recent Xcode installation (only the GCC and SDKs are really needed). * The SDL library. Check your favorite package manager - Mac Ports, Fink,... * ... == Building !VirtualBox == 1. Change to the root directory of the sources and execute the configure script: {{{ ./configure --without-xpcom }}} If it finds everything it needs, it will create a file called 'Config.kmkconf' 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). 1. Whenever you want to build VirtualBox, you have to open a shell and source the generated environment setup script 'configure.sh', i.e. do {{{ . ./configure.sh }}} 1. To build type {{{ kmk }}} The default is to a release build, should you wish to do a ''debug'' or ''profile'' build add {{{BUILD_TYPE=debug}}} or {{{BUILD_TYPE=profile}}} as argument to ''kmk'' or export it as an environment variable in your shell. == Running !VirtualBox == In the current state, the Mac OS X port doesn't offer anything useful to run except for testcases...