Changes between Version 45 and Version 46 of BuildInstructions


Ignore:
Timestamp:
Jul 27, 2009, 12:06:07 AM (15 years ago)
Author:
espes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v45 v46  
    108108   This is the easiest way to install all the dependencies needed by 0ad.
    109109
    110  * `sudo port install gcc43`[[BR]]
     110 * `sudo port install gcc43 gcc_select`[[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) : [[BR]]
    113    `sudo ln -s /opt/local/bin/gcc-mp-43 gcc`[[BR]]
    114    Make also symlinks for g++ and c++
     112   Select gcc 4.3:
     113   `sudo gcc_select mp-gcc43`[[BR]]
    115114
    116115 * `sudo port install` the following packages :
     
    124123
    125124 * As mentionned in the help file : ''"You also need to install DevIL manually. It depends on some libraries downloaded through !MacPorts above, so get those first. Next, obtain DevIL 1.6.8 RC2 from http://openil.sourceforge.net/download.php. Then extract the archive, and run ./configure, make, and sudo make install."''[[BR]]
    126    I downloaded 1.7.8 (the latest version at the time I wrote this article) and it seems to work as well.
     125   I downloaded 1.7.8 (the latest version at the time I wrote this article) and it seems to work as well. (1.6.8 has problems with GCC 4.3)
    127126
    128127 * Install the [http://enet.bespin.org/ enet library] for networking.