From 086e112161f1f52b4978183ce5b3faaf371bb76f Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sun, 8 Feb 2015 18:18:11 +0100 Subject: Update COMPILING.md Fixed VS2013 download link --- COMPILING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'COMPILING.md') 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). -- cgit v1.2.3 From 0ee5fff6494f398eb72f4f00f6b34b17c4d93885 Mon Sep 17 00:00:00 2001 From: Samvbnm Date: Sat, 21 Feb 2015 17:32:47 -0400 Subject: Update COMPILING.md Tell the reader to make sure they have the latest buildtools installed. --- COMPILING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'COMPILING.md') diff --git a/COMPILING.md b/COMPILING.md index f8b292ebc..0ac4728fa 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -71,7 +71,7 @@ After doing so, run the command `xcodebuild lib/polarssl/POLARSSL.xcodeproj` in Install git, make, cmake and gcc or clang, using your platform's package manager: ``` -sudo apt-get install git make cmake gcc g++ +sudo apt-get install git make cmake gcc g++ (Ensure you have the latest versions installed to avoid problems) ``` ### Getting the sources ### -- cgit v1.2.3 From 5d77a3ba6d5278a59e3404b63fdcb7cd652472f5 Mon Sep 17 00:00:00 2001 From: Samvbnm Date: Sat, 21 Feb 2015 18:27:55 -0400 Subject: Update COMPILING.md --- COMPILING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'COMPILING.md') diff --git a/COMPILING.md b/COMPILING.md index 0ac4728fa..bbe1586f1 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -71,8 +71,9 @@ After doing so, run the command `xcodebuild lib/polarssl/POLARSSL.xcodeproj` in Install git, make, cmake and gcc or clang, using your platform's package manager: ``` -sudo apt-get install git make cmake gcc g++ (Ensure you have the latest versions installed to avoid problems) +sudo apt-get install git make cmake gcc g++ ``` +(Ensure you have the latest versions installed to avoid errors during compilation) ### Getting the sources ### ``` -- cgit v1.2.3 From b958848e7feb6dd20ba3f87a3172fecc78922ee3 Mon Sep 17 00:00:00 2001 From: Samvbnm Date: Sun, 22 Feb 2015 12:17:11 -0400 Subject: Update COMPILING.md Changed to include specific version requirement --- COMPILING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'COMPILING.md') diff --git a/COMPILING.md b/COMPILING.md index bbe1586f1..89f88bbb5 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -73,7 +73,7 @@ Install git, make, cmake and gcc or clang, using your platform's package manager ``` sudo apt-get install git make cmake gcc g++ ``` -(Ensure you have the latest versions installed to avoid errors during compilation) +(Ensure you have gcc/g++ 4.8 or higher installed to avoid errors during compilation) ### Getting the sources ### ``` -- cgit v1.2.3