Changes between Version 262 and Version 263 of BuildInstructions


Ignore:
Timestamp:
Jan 18, 2015, 3:45:06 PM (9 years ago)
Author:
fabio
Comment:

update supported compilers

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v262 v263  
    9898 * Boost (at least 1.40 since r15173)
    9999 * CMake (only needed if you use bundled NVTT)
    100  * GCC (at least 4.4, required by SpiderMonkey)
     100 * GCC (at least 4.6, required by C++11 features)
    101101 * libcurl
    102102 * libenet (1.3, the older 1.2 is not compatible)
     
    379379   * zip
    380380   * '''Note:''' zlib should already be installed by default
    381    * GCC 4.4+ or Clang
     381   * GCC 4.6+ or Clang
    382382 * Obtain the game's source code as [#Gettingthecode described above] for Linux.
    383383 * Check for any variant specific issues below.
     
    408408
    409409=== OpenBSD ===
    410  * As we require GCC 4.4+ you need to set `CC` and `CXX` before building
     410 * As we require GCC 4.6+ you need to set `CC` and `CXX` before building
    411411{{{
    412412#!sh
     
    427427
    428428== Known problems and solutions ==
    429  * If in Visual Studio 2010 build of pyrogenesis fails with link error like:
    430 {{{
    431 fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
    432 }}}
    433    then most common fix is to install Visual Studio 2010 Service Pack 1, which you can get from [http://www.microsoft.com/en-us/download/details.aspx?id=23691 here].
     429 * None currently.