[Pkg-owncloud-commits] [owncloud-client] 04/470: Update building.rst
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:24:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit f54f48615d856d411f3c02bac5ee148664056e05
Author: Jürgen Weigert <jnweiger at gmail.com>
Date: Thu Nov 26 12:06:32 2015 +0100
Update building.rst
ah, and the instructions miss the 'cd client' before git submodule init.
---
doc/building.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/building.rst b/doc/building.rst
index ca44a86..e9fa4ce 100644
--- a/doc/building.rst
+++ b/doc/building.rst
@@ -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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list