From a92eec160a719dc733d43334edc04951a5bf05ca Mon Sep 17 00:00:00 2001 From: Jonathan Kawohl Date: Wed, 23 Nov 2016 09:10:58 +0100 Subject: [PATCH] fixed review https://github.com/owncloud/client/pull/5259#pullrequestreview-9743725 --- doc/building.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/building.rst b/doc/building.rst index 5cdc2aae7..fda1fcf3d 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -68,9 +68,11 @@ To set up your build environment for development using HomeBrew_: 1. Install Xcode 2. Install Xcode command line tools:: + xcode-select --install 3. Install homebrew:: + /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 4. Add the ownCloud repository using the following command:: @@ -244,11 +246,11 @@ 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 + qtkeychain must be compiled with the same prefix e.g CMAKE_INSTALL_PREFIX=/Users/path/to/client/install/ . + 4. Call ``make``. The owncloud binary will appear in the ``bin`` directory. -- 2.30.2