Changes between Version 40 and Version 41 of BuildInstructions


Ignore:
Timestamp:
Jul 26, 2009, 7:49:18 PM (15 years ago)
Author:
arn34
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v40 v41  
    103103Follow this steps to install under OS X:
    104104 * Install Apple's XCode for your system : see your Mac OsX install DVD or go to [http://connect.apple.com Apple's Developer Connection Site][[BR]]
    105    This provides the necessary tools to compile programs
     105   This provides the necessary tools to compile programs.
    106106
    107107 * Install Macports : [http://www.macports.org/install.php MacPorts][[BR]]
     
    110110 * `sudo port install gcc43`[[BR]]
    111111   You need this gcc version because the one provided by Apple is gcc 4.0.1 which will fail in compiling 0ad.  Note that gcc 4.1 will fail also (don't know about gcc 4.2).[[BR]]
    112    You'll also have to make symlinks in the /opt/local/bin/ directory to link the gcc command to gcc-mp-43 or OS X will use the default system gcc (so 4.0.1) : sudo ln -s /opt/local/bin/gcc-mp-43 gcc[[BR]]
     112   You'll also have to make symlinks in the /opt/local/bin/ directory to link the gcc command to gcc-mp-43 or OS X will use the default system gcc (so 4.0.1) : [[BR]]
     113   `sudo ln -s /opt/local/bin/gcc-mp-43 gcc`[[BR]]
    113114   Make also symlinks for g++ and c++
    114115