版本 44 和 Mac OS X build instructions 的 版本 45 之間的變動
- 時間撮記:
- 2008-8-31 下午04:21:52 (16 年 前)
圖例:
- 未更動
- 新增
- 刪除
- 修改
-
Mac OS X build instructions
v44 v45 27 27 http://libsdl.org/download-1.2.php 28 28 29 * Qt/Mac 3.3.8 (optional). [[BR]] Add {{{--disable-qt}}} as argument to {{{configure}}} if missing.29 * Qt/Mac 4.3.x or 4.4.x. [[BR]] Add {{{--disable-qt}}} as argument to {{{configure}}} if missing. 30 30 31 31 … … 34 34 1. Change to the root directory of the sources and execute the configure script: 35 35 {{{ 36 ./configure --disable- qt36 ./configure --disable-hardening 37 37 }}} 38 38 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 env.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). … … 53 53 As mentioned elsewhere, the Mac OS X port of !VirtualBox is work in progress. Things might therefore not work as expected and break at random times. 54 54 55 1. Load the kernel extension module. This can be found in `out/darwin.x86/release/dist` along with a small script (`load.sh`) to load it. Execute and make sure the module loads successfully. If for some reason, you want to run !VirtualBox without the module, this is how it works (be warned, it will be extremely slow): 55 1. Load the kernel extension module. This can be found in `out/darwin.x86/release/dist` along with a small script (`load.sh`) to load it. Execute and make sure the module loads successfully. 56 2. Enter {{{out/darwin.x86/release/dist/VirtualBox.app/Contents/MacOS/}}}. 57 3. Run {{{./VirtualBox}}} 58 59 Alternatively, if you didn't have Qt4 around and there for ./VirtualBox is missing, you can run VBoxBFE like this: 56 60 {{{ 57 export VBOX_SUPLIB_FAKE="fake" 61 ./VBoxBFE -m 32 58 62 }}} 59 2. Enter {{{out/darwin.x86/release/dist/VirtualBox.app/Contents/MacOS/}}}.60 3. Run {{{./VBoxBFE -m 32}}}61 63 62 64 If you have a knoppix ISO or similar hanging around, you can try start it like this: