Update building.rst

ah, and the instructions miss the 'cd client' before git submodule init.
This commit is contained in:
Jürgen Weigert 2015-11-26 12:06:32 +01:00
parent 06bb97e6d9
commit f54f48615d
1 changed files with 2 additions and 1 deletions

View File

@ -196,6 +196,7 @@ To build the most up to date version of the client:
1. Clone the latest versions of the client from Git_ as follows::
git clone git://github.com/owncloud/client.git
cd client
git submodule init
git submodule update
@ -206,7 +207,7 @@ To build the most up to date version of the client:
3. Configure the client build::
cmake -DCMAKE_BUILD_TYPE="Debug" ../client
cmake -DCMAKE_BUILD_TYPE="Debug" ..
..note:: You must use absolute paths for the ``include`` and ``library``
directories.