VirtualBox

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


Ignore:
Timestamp:
Aug 14, 2009 9:44:02 AM (15 years ago)
Author:
Christian Pötzsch
Comment:

Add notes about Snow Leo & MacPorts

Legend:

Unmodified
Added
Removed
Modified
  • Mac OS X build instructions

    v48 v49  
    1212       * 3.2.0 or later for Snow Leopard
    1313
    14  * Some things from !MacPorts (http://www.macports.org/).
     14 * 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'.
    1525
    1626 After installing !MacPorts, do not forget to add the following two lines to your ~/.profile
     
    2838   http://libsdl.org/download-1.2.php
    2939
    30  * Qt/Mac 4.3.x or 4.4.x. [[BR]] Add {{{--disable-qt}}} as argument to {{{configure}}} if missing. [[BR]]
     40 * Qt/Mac 4.3.x upwards. [[BR]] Add {{{--disable-qt}}} as argument to {{{configure}}} if missing. [[BR]]
    3141
    3242 * Latex ("sudo port install teTeX") for building the documentation

© 2023 Oracle
ContactPrivacy policyTerms of Use