Correcting for PR comments
authorJonathan Kawohl <john@owncloud.com>
Thu, 20 Oct 2016 11:05:56 +0000 (13:05 +0200)
committerJonathan Kawohl <john@owncloud.com>
Wed, 9 Nov 2016 07:59:14 +0000 (08:59 +0100)
doc/building.rst

index c8bfc374c5d2451c77fb16e0af150bb5ec89f115..91d7239414bfb106c846c4275ac8eaf420f8ff16 100644 (file)
@@ -241,6 +241,9 @@ To build the most up-to-date version of the client:
    .. note:: On Mac OS X, you need to specify ``-DCMAKE_INSTALL_PREFIX=target``,
             where ``target`` is a private location, i.e. in parallel to your build
             dir by specifying ``../install``.
+            
+   ..note:: qtkeychain must be compiled with the same prefix e.g CMAKE_INSTALL_PREFIX=/Users/path/to/client/install/
+
    .. note:: Example:: cmake -DCMAKE_PREFIX_PATH=/usr/local/opt/qt5 -DCMAKE_INSTALL_PREFIX=/Users/path/to/client/install/  -D_OPENSSL_LIBDIR=/usr/local/opt/openssl/lib/ -D_OPENSSL_INCLUDEDIR=/usr/local/opt/openssl/include/  -D_OPENSSL_VERSION=1.0.2a -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include/ -DNO_SHIBBOLETH=1
 
 4. Call ``make``.