Skip to content

Commit 59bc0ff

Browse files
committed
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.
1 parent 91ecbe9 commit 59bc0ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILD.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Dependencies
33
* [cmake](http://www.cmake.org/cmake/resources/software.html) ~> 2.8.11
44
* [Qt](http://qt-project.org/downloads) ~> 5.2.0
55
* [zLib](http://www.zlib.net/) ~> 1.2.8
6-
* [glm](http://glm.g-truc.net/0.9.5/index.html) ~> 0.9.5.0
6+
* [glm](http://glm.g-truc.net/0.9.5/index.html) ~> 0.9.5.2
77
* [qxmpp](https://code.google.com/p/qxmpp/) ~> 0.7.6
88

99
#####Linux only
@@ -142,4 +142,4 @@ If you need to debug Interface, you can run interface from within Visual Studio
142142
####Debugging Interface
143143
* In the Solution Explorer, right click interface and click Set as StartUp Project
144144
* Set the "Working Directory" for the Interface debugging sessions to the Debug output directory so that your application can load resources. Do this: right click interface and click Properties, choose Debugging from Configuration Properties, set Working Directory to .\Debug
145-
* Now you can run and debug interface through Visual Studio
145+
* Now you can run and debug interface through Visual Studio

0 commit comments

Comments
 (0)