VirtualBox

Changes between Version 44 and Version 45 of Mac OS X build instructions


Ignore:
Timestamp:
Aug 31, 2008 4:21:52 PM (16 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Mac OS X build instructions

    v44 v45  
    2727   http://libsdl.org/download-1.2.php
    2828
    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.
    3030
    3131
     
    3434 1. Change to the root directory of the sources and execute the configure script:
    3535{{{
    36 ./configure --disable-qt
     36./configure --disable-hardening
    3737}}}
    3838    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).
     
    5353As 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.
    5454
    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
     59Alternatively, if you didn't have Qt4 around and there for ./VirtualBox is missing, you can run VBoxBFE like this:
    5660{{{
    57 export VBOX_SUPLIB_FAKE="fake"
     61./VBoxBFE -m 32
    5862}}}
    59  2. Enter {{{out/darwin.x86/release/dist/VirtualBox.app/Contents/MacOS/}}}.
    60  3. Run {{{./VBoxBFE -m 32}}}
    6163
    6264If you have a knoppix ISO or similar hanging around, you can try start it like this:

© 2023 Oracle
ContactPrivacy policyTerms of Use