summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-10-12 20:48:19 +0200
committerarchshift <admin@archshift.com>2014-10-12 20:48:19 +0200
commit5c58d770dc3861c7b1a1010be40ed14c81d3d0d9 (patch)
tree99f4bacfc15a4b3e4789d06b6907f66e515898d7
parentAdded CLion project directory to .gitignore (diff)
downloadcuberite-5c58d770dc3861c7b1a1010be40ed14c81d3d0d9.tar
cuberite-5c58d770dc3861c7b1a1010be40ed14c81d3d0d9.tar.gz
cuberite-5c58d770dc3861c7b1a1010be40ed14c81d3d0d9.tar.bz2
cuberite-5c58d770dc3861c7b1a1010be40ed14c81d3d0d9.tar.lz
cuberite-5c58d770dc3861c7b1a1010be40ed14c81d3d0d9.tar.xz
cuberite-5c58d770dc3861c7b1a1010be40ed14c81d3d0d9.tar.zst
cuberite-5c58d770dc3861c7b1a1010be40ed14c81d3d0d9.zip
-rw-r--r--COMPILING.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/COMPILING.md b/COMPILING.md
index ea6b580d5..731d64653 100644
--- a/COMPILING.md
+++ b/COMPILING.md
@@ -4,9 +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 2008 Express and 2013 Express are being actively used for development, so either should work.
-You can find download links for VS2008 Express here: http://stackoverflow.com/questions/15318560/visual-c-2008-express-download-link-dead
-And 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 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
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).