Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMario Enrico Ragucci <github@ragucci.de>2013-04-26 15:32:35 +0400
committerMario Enrico Ragucci <github@ragucci.de>2013-04-26 15:32:35 +0400
commit7e07d20d310eae2809d63f32b8a0bdf96ec18beb (patch)
treec793f525420e7111ce3ffa1403300c614bd4620b /doc
parent1b5ed68375969b3cc538febba835ad813548c786 (diff)
Remove LOG4C information as this is not needed anymore
Signed-off-by: Mario Enrico Ragucci <github@ragucci.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/building.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/building.rst b/doc/building.rst
index d63f3a105..14acd255e 100644
--- a/doc/building.rst
+++ b/doc/building.rst
@@ -94,10 +94,9 @@ the following differences:
1. For building ``libocsync``, you need to use ``mingw32-cmake`` instead
of cmake.
-2. Since there is no cross-compiled LOG4C, the parameter ``-DWITH_LOG4C=OFF`` needs to be used
-3. for building ``mirall``, you need to use ``cmake`` again, but make sure
+2. for building ``mirall``, you need to use ``cmake`` again, but make sure
to append the following parameter::
-4. Also, you need to specify *absolute pathes* for ``CSYNC_LIBRARY_PATH``
+3. Also, you need to specify *absolute pathes* for ``CSYNC_LIBRARY_PATH``
and ``CSYNC_LIBRARY_PATH`` when running ``cmake`` on mirall.
``-DCMAKE_TOOLCHAIN_FILE=../mirall/admin/win/Toolchain-mingw32-openSUSE.cmake``