From e290fa2e7f925576fe4bf798382e9d3c04f296f5 Mon Sep 17 00:00:00 2001 From: Grayson Stebbins Date: Tue, 27 Jan 2015 13:42:24 -0800 Subject: [PATCH] Small changes, removed VS section Removed the Visual Studio section -- now that we have a better Visual Studio 2013 section it was unnecessary. --- BUILD_WIN.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/BUILD_WIN.md b/BUILD_WIN.md index 905bd360fb..eff4aad194 100644 --- a/BUILD_WIN.md +++ b/BUILD_WIN.md @@ -4,13 +4,7 @@ Please read the [general build guide](BUILD.md) for information on dependencies * [GLEW](http://glew.sourceforge.net/) ~> 1.10.0 * [freeglut MSVC](http://www.transmissionzero.co.uk/software/freeglut-devel/) ~> 2.8.1 * [zLib](http://www.zlib.net/) ~> 1.2.8 -* (remember that you need all other dependencies listed in BUILD.md) - -###Visual Studio - -Currently building on Windows has been tested using the following compilers: -* Visual Studio 2013 -* Visual Studio 2013 Express +* (remember that you need all other dependencies listed in [BUILD.md](BUILD.md)) ####Visual Studio 2013 @@ -31,7 +25,7 @@ You can use the online installer or the offline installer. If you use the offlin NOTE: Qt does not support 64-bit builds on Windows 7, so you must use the 32-bit version of libraries for interface.exe to run. The 32-bit version of the static library is the one linked by our CMake find modules. -* [Do load the online installer](http://qt-project.org/downloads) +* [Download the online installer](http://qt-project.org/downloads) * When it asks you to select components, ONLY select the following: * Qt > Qt 5.3.2 > **msvc2013 32-bit OpenGL**