clarify in BUILD guide that qxmpp is an optional dependency

This commit is contained in:
Stephen Birarda 2014-07-18 15:55:48 -07:00
parent a370156720
commit f5d0241f1b

View file

@ -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