Changes between Version 370 and Version 371 of BuildInstructions


Ignore:
Timestamp:
Feb 15, 2020, 7:44:41 PM (4 years ago)
Author:
OptimusShepard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v370 v371  
    4343 * Windows 7
    4444
    45 If you want to develop, the only supported IDEs are:
    46 
    47  * Visual C++ 2013
    48  * Visual C++ 2015 (default compiler)
     45If you want to develop, the only supported IDE is:
     46
     47 * Visual C++ 2015
    4948
    5049'''Important notes:'''
    5150
    5251 * We have dropped support for older versions of Visual Studio when moving to C++11, see #2669.
    53  * XP and Vista are supported as targets, but not for installing Visual Studio 2013/2015.
     52 * XP and Vista are supported as targets, but not for installing Visual Studio 2015.
    5453 * Only 32-bit builds are supported, though they can be compiled and run on 64-bit Windows.
    5554
     
    5958
    6059=== Setting up the build environment ===
    61 The game must be compiled with Microsoft Visual C++. You can get the free 2015 Community edition, or 2013 Express edition, here: [https://www.visualstudio.com/vs/older-downloads/ Visual Studio older downloads]. You can also install Visual Studio 2017 and choose to install the 2015 compiler (version 14.0).
     60The game must be compiled with Microsoft Visual C++. You can get the free 2015 Community edition here: [https://www.visualstudio.com/vs/older-downloads/ Visual Studio older downloads]. You can also install Visual Studio 2017/2019 and choose to install the 2015 compiler (version 14.0). When choosing Visual Studio 2019, firstly Visual Studio 2015 have to be installed to be able to select the 2015 compiler.
    6261
    6362The Visual Studio project/solution files are automatically generated from the source files: