From 5c58d770dc3861c7b1a1010be40ed14c81d3d0d9 Mon Sep 17 00:00:00 2001 From: archshift Date: Sun, 12 Oct 2014 11:48:19 -0700 Subject: [PATCH] We only use VS2013 now, thus VS2008 is banished! --- COMPILING.md | 5 ++--- 1 file 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).