mirror of
https://github.com/overte-org/overte.git
synced 2025-07-14 18:36:36 +02:00
Update BUILD.md
Not sure about anybody else but I needed glm 0.9.5.2 the compile without errors. 0.9.5.0 (as suggested in the current BUILD.md) failed because the precision template parameter was undefined.
This commit is contained in:
parent
91ecbe9086
commit
59bc0ffb9d
1 changed files with 2 additions and 2 deletions
2
BUILD.md
2
BUILD.md
|
@ -3,7 +3,7 @@ Dependencies
|
||||||
* [cmake](http://www.cmake.org/cmake/resources/software.html) ~> 2.8.11
|
* [cmake](http://www.cmake.org/cmake/resources/software.html) ~> 2.8.11
|
||||||
* [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
|
* [zLib](http://www.zlib.net/) ~> 1.2.8
|
||||||
* [glm](http://glm.g-truc.net/0.9.5/index.html) ~> 0.9.5.0
|
* [glm](http://glm.g-truc.net/0.9.5/index.html) ~> 0.9.5.2
|
||||||
* [qxmpp](https://code.google.com/p/qxmpp/) ~> 0.7.6
|
* [qxmpp](https://code.google.com/p/qxmpp/) ~> 0.7.6
|
||||||
|
|
||||||
#####Linux only
|
#####Linux only
|
||||||
|
|
Loading…
Reference in a new issue