Changes between Version 302 and Version 303 of BuildInstructions


Ignore:
Timestamp:
Mar 6, 2017, 7:19:29 PM (7 years ago)
Author:
leper
Comment:

Adjust minimal supported compiler versions, see CppSupport.

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v302 v303  
    8787 * Boost (at least 1.40 since r15173)
    8888 * CMake (only needed if you use bundled NVTT)
    89  * GCC (at least 4.7, required by C++11 features)
     89 * GCC (at least 4.8.1, required by C++11 features)
    9090 * libcurl
    9191 * libenet (1.3, the older 1.2 is not compatible)
     
    267267
    268268 * Obtain the command line tools:
    269    * If you're using Lion 10.7.3 or later, Apple has made their ''Command Line Tools for Xcode'' package freely available, as a separate download. '''It does not include or require Xcode.''' If you don't want the Xcode IDE, it's recommended to install only this package from [https://developer.apple.com/downloads/index.action Apple Developer Downloads]. You need a free Apple ID to access the download. If you already have Xcode 4.3+, you can download the command line tools from the [https://developer.apple.com/library/IOs/#recipes/xcode_help-documentation_preferences/DownloadingandInstallingXcodeComponents/DownloadingandInstallingXcodeComponents.html download preferences].
     269   * If you're using Lion 10.7.3 or later, Apple has made their ''Command Line Tools for Xcode'' package freely available, as a separate download. '''It does not include or require Xcode.''' If you don't want the Xcode IDE, it's recommended to install only this package from [https://developer.apple.com/downloads/index.action Apple Developer Downloads]. You need a free Apple ID to access the download. If you already have Xcode 5.1+, you can download the command line tools from the [https://developer.apple.com/library/IOs/#recipes/xcode_help-documentation_preferences/DownloadingandInstallingXcodeComponents/DownloadingandInstallingXcodeComponents.html download preferences].
    270270   * If you're using Lion 10.7.2 or earlier, you'll probably need to install Xcode to get the command line tools:
    271271     * If available, use your Mac OS X install DVD which saves downloading 1.72+ GB.
     
    380380   * zip
    381381   * '''Note:''' zlib should already be installed by default
    382    * GCC 4.6+ or Clang
     382   * GCC 4.8.1+ or Clang
    383383 * Obtain the game's source code as [#Gettingthecode described above] for Linux.
    384384 * Check for any variant specific issues below.
     
    410410
    411411=== OpenBSD ===
    412  * As we require GCC 4.6+ you need to set `CC` and `CXX` before building
     412 * As we require GCC 4.8.1+ you need to set `CC` and `CXX` before building
    413413{{{
    414414#!sh