Windows: clarification on requirement of MSVC vs Visual Studio and basic explanation why

develop
TheBloke 2015-12-22 01:43:38 +00:00
parent 5648adbc2c
commit df7edaf37d
1 changed files with 5 additions and 1 deletions

@ -307,7 +307,11 @@ You will need the following:
Microsoft Visual Studio 2010 SP1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The free Express version is sufficient.
DFHack has to be compiled with the Microsoft Visual C++ 2010 SP1 toolchain; later
versions won't work against Dwarf Fortress due to ABI and STL incompatibilities.
At present, the only way to obtain the MSVC 2010 C++ toolchain is to install a
full copy of Microsoft Visual Studio 2010 SP1. The free Express version is sufficient.
You can grab it from `Microsoft's site <http://download.microsoft.com/download/1/E/5/1E5F1C0A-0D5B-426A-A603-1798B951DDAE/VS2010Express1.iso>`_.