mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
clarify in BUILD guide that qxmpp is an optional dependency
This commit is contained in:
parent
a370156720
commit
f5d0241f1b
1 changed files with 5 additions and 5 deletions
10
BUILD.md
10
BUILD.md
|
@ -4,7 +4,6 @@ Dependencies
|
|||
* [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
|
||||
* [qxmpp](https://github.com/qxmpp-project/qxmpp/) ~> 0.7.6
|
||||
* [OpenSSL](https://www.openssl.org/related/binaries.html) ~> 1.0.1g
|
||||
* IMPORTANT: OpenSSL 1.0.1g is critical to avoid a security vulnerability.
|
||||
|
||||
|
@ -15,6 +14,10 @@ Dependencies
|
|||
* [GLEW](http://glew.sourceforge.net/) ~> 1.10.0
|
||||
* [freeglut MSVC](http://www.transmissionzero.co.uk/software/freeglut-devel/) ~> 2.8.1
|
||||
|
||||
####Optional
|
||||
* [qxmpp](https://github.com/qxmpp-project/qxmpp/) ~> 0.7.6
|
||||
* enables text chat
|
||||
|
||||
CMake
|
||||
===
|
||||
Hifi uses CMake to generate build files and project files for your platform.
|
||||
|
@ -150,13 +153,10 @@ The recommended route for CMake to find the external dependencies is to place al
|
|||
-> glm
|
||||
-> glm
|
||||
-> glm.hpp
|
||||
-> gnutls
|
||||
-> openssl
|
||||
-> bin
|
||||
-> include
|
||||
-> lib
|
||||
-> qxmpp
|
||||
-> include
|
||||
-> lib
|
||||
-> zlib
|
||||
-> include
|
||||
-> lib
|
||||
|
|
Loading…
Reference in a new issue