mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 06:59:03 +02:00
Small changes, removed VS section
Removed the Visual Studio section -- now that we have a better Visual Studio 2013 section it was unnecessary.
This commit is contained in:
parent
acb1494e3e
commit
e290fa2e7f
1 changed files with 2 additions and 8 deletions
10
BUILD_WIN.md
10
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
|
* [GLEW](http://glew.sourceforge.net/) ~> 1.10.0
|
||||||
* [freeglut MSVC](http://www.transmissionzero.co.uk/software/freeglut-devel/) ~> 2.8.1
|
* [freeglut MSVC](http://www.transmissionzero.co.uk/software/freeglut-devel/) ~> 2.8.1
|
||||||
* [zLib](http://www.zlib.net/) ~> 1.2.8
|
* [zLib](http://www.zlib.net/) ~> 1.2.8
|
||||||
* (remember that you need all other dependencies listed in BUILD.md)
|
* (remember that you need all other dependencies listed in [BUILD.md](BUILD.md))
|
||||||
|
|
||||||
###Visual Studio
|
|
||||||
|
|
||||||
Currently building on Windows has been tested using the following compilers:
|
|
||||||
* Visual Studio 2013
|
|
||||||
* Visual Studio 2013 Express
|
|
||||||
|
|
||||||
####Visual Studio 2013
|
####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.
|
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:
|
* When it asks you to select components, ONLY select the following:
|
||||||
* Qt > Qt 5.3.2 > **msvc2013 32-bit OpenGL**
|
* Qt > Qt 5.3.2 > **msvc2013 32-bit OpenGL**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue