Changes between Version 49 and Version 50 of Mac OS X build instructions
- Timestamp:
- Sep 1, 2009 4:35:34 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mac OS X build instructions
v49 v50 13 13 14 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 MacPorts18 cd MacPorts19 ./configure --with-universal-archs="i386 x86_64"20 make21 sudo make install22 sudo /opt/local/bin/port selfupdate23 }}}24 After that add '+universal' to '/opt/local/etc/macports/variants.conf'.25 26 15 After installing !MacPorts, do not forget to add the following two lines to your ~/.profile 27 16 {{{ … … 29 18 export MANPATH=/opt/local/share/man:$MANPATH 30 19 }}} 31 Then perform the following command (see caveat in the next section):20 Then perform the following command: 32 21 {{{ 33 22 sudo port install libidl doxygen … … 35 24 Doxygen is optional. 36 25 37 * SDL 1.2.12 or later 1.2.x release.[[BR]]38 http://libsdl.org/download-1.2.php39 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. 41 30 42 31 * Latex ("sudo port install teTeX") for building the documentation … … 68 57 2. Enter {{{out/darwin.x86/release/dist/VirtualBox.app/Contents/MacOS/}}}. 69 58 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 3274 }}}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 08028600004279 }}}