From f5d0241f1be13336663bcc08fa32f0679da49004 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 18 Jul 2014 15:55:48 -0700 Subject: [PATCH] clarify in BUILD guide that qxmpp is an optional dependency --- BUILD.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BUILD.md b/BUILD.md index 43c3ca7a09..6305362d49 100644 --- a/BUILD.md +++ b/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