summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-02-08 18:18:11 +0100
committerMattes D <github@xoft.cz>2015-02-08 18:18:11 +0100
commit086e112161f1f52b4978183ce5b3faaf371bb76f (patch)
treea38a9beba948fb21a48fa46e5b75b620fea3ffd3
parentProtocol 1.7: Fixed Coverity issues. (diff)
downloadcuberite-086e112161f1f52b4978183ce5b3faaf371bb76f.tar
cuberite-086e112161f1f52b4978183ce5b3faaf371bb76f.tar.gz
cuberite-086e112161f1f52b4978183ce5b3faaf371bb76f.tar.bz2
cuberite-086e112161f1f52b4978183ce5b3faaf371bb76f.tar.lz
cuberite-086e112161f1f52b4978183ce5b3faaf371bb76f.tar.xz
cuberite-086e112161f1f52b4978183ce5b3faaf371bb76f.tar.zst
cuberite-086e112161f1f52b4978183ce5b3faaf371bb76f.zip
-rw-r--r--COMPILING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/COMPILING.md b/COMPILING.md
index 34b1e976f..f8b292ebc 100644
--- a/COMPILING.md
+++ b/COMPILING.md
@@ -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).