mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:18:05 +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
|
* [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.2
|
* [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
|
* [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.
|
||||||
|
|
||||||
|
@ -15,6 +14,10 @@ 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
|
||||||
|
|
||||||
|
####Optional
|
||||||
|
* [qxmpp](https://github.com/qxmpp-project/qxmpp/) ~> 0.7.6
|
||||||
|
* enables text chat
|
||||||
|
|
||||||
CMake
|
CMake
|
||||||
===
|
===
|
||||||
Hifi uses CMake to generate build files and project files for your platform.
|
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
|
-> glm
|
||||||
-> glm.hpp
|
-> glm.hpp
|
||||||
-> gnutls
|
-> openssl
|
||||||
-> bin
|
-> bin
|
||||||
-> include
|
-> include
|
||||||
-> lib
|
-> lib
|
||||||
-> qxmpp
|
|
||||||
-> include
|
|
||||||
-> lib
|
|
||||||
-> zlib
|
-> zlib
|
||||||
-> include
|
-> include
|
||||||
-> lib
|
-> lib
|
||||||
|
|
Loading…
Reference in a new issue