Changes between Version 147 and Version 148 of BuildInstructions


Ignore:
Timestamp:
Jan 6, 2012, 12:44:56 PM (12 years ago)
Author:
Oğuzhan Mete Öztürk
Comment:

Mac compiling instruction code

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v147 v148  
    236236
    237237=== Compiling with GCC 4.2 or 4.3 under OS X ===
    238 If you get errors compiling with OS X's default version of GCC (4.0.1), you can try compiling with GCC 4.2 or 4.3. On Snow Leopard, running `export CXX=/usr/bin/g++-4.2` before compiling the game may be sufficient. Leopard does not ship with a recent version of GCC, so you first have to get them from !MacPorts and then patch some system libraries:
     238If you get errors compiling with OS X's default version of GCC (4.0.1), you can try compiling with GCC 4.2 or 4.3. On Snow Leopard, running
     239{{{
     240export CXX=/usr/bin/g++-4.2
     241}}}
     242 before compiling the game may be sufficient. Leopard does not ship with a recent version of GCC, so you first have to get them from MacPorts and then patch some system libraries:
    239243
    240244 * `sudo port install gcc42 gcc43 gcc_select`