1
0
Fork 0

Update COMPILING.md

Fixed VS2013 download link
This commit is contained in:
Mattes D 2015-02-08 18:18:11 +01:00
parent 1ce9164694
commit 086e112161
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ To compile MCServer from source, you need CMake and make, as well as a C compile
## Windows ##
We use Microsoft Visual Studio for Windows compilation. It is possible to use other toolchains, but it isn't tested nor supported. Visual Studio versions 2013 Express is being actively used for development.
You can find download links for VS2013 Express here: http://www.microsoft.com/en-us/download/details.aspx?id=40787
We use Microsoft Visual Studio for Windows compilation. It is possible to use other toolchains, but it isn't tested nor supported. Visual Studio versions 2013 Express for Desktop is being actively used for development.
You can find download links for VS2013 Express here: http://go.microsoft.com/?linkid=9832280
Next, you need to download and install CMake. Download from here: http://cmake.org/cmake/resources/software.html . You should download a full installation package, so that the installer will set everything up for you (especially the paths).