VirtualBox

Changes between Version 49 and Version 50 of Mac OS X build instructions


Ignore:
Timestamp:
Sep 1, 2009 4:35:34 PM (15 years ago)
Author:
Christian Pötzsch
Comment:

Updated to latest changes

Legend:

Unmodified
Added
Removed
Modified
  • Mac OS X build instructions

    v49 v50  
    1313
    1414 * Some things from !MacPorts (http://www.macports.org/). [[BR]]
    15  '''Note''': On Snow Leopard you have to build !MacPorts yourself. The following build the universal version of !MacPorts & ensure that all ports will be installed as universal version as well.
    16  {{{
    17  svn checkout http://svn.macports.org/repository/macports/trunk/base MacPorts
    18  cd MacPorts
    19  ./configure --with-universal-archs="i386 x86_64"
    20  make
    21  sudo make install
    22  sudo /opt/local/bin/port selfupdate
    23  }}}
    24  After that add '+universal' to '/opt/local/etc/macports/variants.conf'.
    25 
    2615 After installing !MacPorts, do not forget to add the following two lines to your ~/.profile
    2716{{{
     
    2918export MANPATH=/opt/local/share/man:$MANPATH
    3019}}}
    31  Then perform the following command (see caveat in the next section):
     20 Then perform the following command:
    3221{{{
    3322sudo port install libidl doxygen
     
    3524 Doxygen is optional.
    3625
    37  * SDL 1.2.12 or later 1.2.x release. [[BR]]
    38    http://libsdl.org/download-1.2.php
    39 
    40  * Qt/Mac 4.3.x upwards. [[BR]] Add {{{--disable-qt}}} as argument to {{{configure}}} if missing. [[BR]]
     26 * Qt/Mac (http://qt.nokia.com/downloads/mac-os-cpp) [[BR]]
     27 Carbon 4.3.x upwards for Tiger/Leopard & Snow Leopard 32bit[[BR]]
     28 Cocoa 4.5.x upwards for Snow Leopard 64bit[[BR]]
     29 '''Note:''' 32bit/64bit means the kernel version not the operation system itself. Check 'uname -m' for i386 & x86_64 respectively.
    4130
    4231 * Latex ("sudo port install teTeX") for building the documentation
     
    6857 2. Enter {{{out/darwin.x86/release/dist/VirtualBox.app/Contents/MacOS/}}}.
    6958 3. Run {{{./VirtualBox}}}
    70 
    71 Alternatively, if you didn't have Qt4 around and there for ./VirtualBox is missing, you can run VBoxBFE like this:
    72 {{{
    73 ./VBoxBFE -m 32
    74 }}}
    75 
    76 If you have a knoppix ISO or similar hanging around, you can try start it like this:
    77 {{{
    78 ./VBoxBFE -m 128 -cdrom /Users/name/Desktop/knoppix-3.7.iso -boot d -natdev1 080286000042
    79 }}}

© 2023 Oracle
ContactPrivacy policyTerms of Use