[Pkg-owncloud-commits] [owncloud-client] 02/470: improved linux build instructions.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:24:36 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 0763f65329dbab2eb971dd11554f9ddbf5b68d25
Author: Jürgen Weigert <jnweiger at gmail.com>
Date: Thu Nov 26 11:55:23 2015 +0100
improved linux build instructions.
I am using :: lists, as the `` versions mangle multi-line commands all in one long line.
The cmake command should just end in .., not in ../client
---
doc/building.rst | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/doc/building.rst b/doc/building.rst
index 5ee84d1..ece14bf 100644
--- a/doc/building.rst
+++ b/doc/building.rst
@@ -193,20 +193,20 @@ You can download the desktop sync client from the ownCloud `Client Download Page
To build the most up to date version of the client:
-1. Clone the latest versions of the client from Git_ as follows:
+1. Clone the latest versions of the client from Git_ as follows::
- ``git clone git://github.com/owncloud/client.git``
- ``git submodule init``
- ``git submodule update``
+ git clone git://github.com/owncloud/client.git
+ git submodule init
+ git submodule update
-2. Create the build directory:
+2. Create the build directory::
- ``mkdir client-build``
- ``cd client-build``
+ mkdir client-build
+ cd client-build
-3. Configure the client build:
+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