From 7e07d20d310eae2809d63f32b8a0bdf96ec18beb Mon Sep 17 00:00:00 2001 From: Mario Enrico Ragucci Date: Fri, 26 Apr 2013 13:32:35 +0200 Subject: [PATCH] Remove LOG4C information as this is not needed anymore Signed-off-by: Mario Enrico Ragucci --- doc/building.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/building.rst b/doc/building.rst index d63f3a105a..14acd255e3 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``