mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 14:10:40 +02:00
move zLib to Linux and Windows specific sections
This commit is contained in:
parent
880331de92
commit
b8bdb25313
1 changed files with 2 additions and 1 deletions
3
BUILD.md
3
BUILD.md
|
@ -2,17 +2,18 @@ Dependencies
|
||||||
===
|
===
|
||||||
* [cmake](http://www.cmake.org/cmake/resources/software.html) ~> 2.8.12.2
|
* [cmake](http://www.cmake.org/cmake/resources/software.html) ~> 2.8.12.2
|
||||||
* [Qt](http://qt-project.org/downloads) ~> 5.2.0
|
* [Qt](http://qt-project.org/downloads) ~> 5.2.0
|
||||||
* [zLib](http://www.zlib.net/) ~> 1.2.8
|
|
||||||
* [glm](http://glm.g-truc.net/0.9.5/index.html) ~> 0.9.5.2
|
* [glm](http://glm.g-truc.net/0.9.5/index.html) ~> 0.9.5.2
|
||||||
* [OpenSSL](https://www.openssl.org/related/binaries.html) ~> 1.0.1g
|
* [OpenSSL](https://www.openssl.org/related/binaries.html) ~> 1.0.1g
|
||||||
* IMPORTANT: OpenSSL 1.0.1g is critical to avoid a security vulnerability.
|
* IMPORTANT: OpenSSL 1.0.1g is critical to avoid a security vulnerability.
|
||||||
|
|
||||||
#####Linux only
|
#####Linux only
|
||||||
* [freeglut](http://freeglut.sourceforge.net/) ~> 2.8.0
|
* [freeglut](http://freeglut.sourceforge.net/) ~> 2.8.0
|
||||||
|
* [zLib](http://www.zlib.net/) ~> 1.2.8
|
||||||
|
|
||||||
#####Windows only
|
#####Windows only
|
||||||
* [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
|
||||||
|
|
||||||
CMake
|
CMake
|
||||||
===
|
===
|
||||||
|
|
Loading…
Reference in a new issue