This is an automated email from the ASF dual-hosted git repository. tschoening pushed a commit to branch ghpr_14_replace-ant-build-with-cmake in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit c36fea0f856447ace10a8f8d4f2e8902860ffb0b Author: Thorsten Schöning <[email protected]> AuthorDate: Sun Feb 9 21:17:47 2020 +0100 Make the file render properly. --- src/site/apt/building/cmake.apt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/site/apt/building/cmake.apt b/src/site/apt/building/cmake.apt index d76afc9..3585ea8 100644 --- a/src/site/apt/building/cmake.apt +++ b/src/site/apt/building/cmake.apt @@ -18,6 +18,8 @@ ------ ------ +Building Apache log4cxx with CMake + * Quick start: Building and testing log4cxx on a Unix platform with packaged APR and APR-Util. @@ -28,7 +30,7 @@ +------------+ $ apt-get install build-essential libapr1-dev libaprutil1-dev gzip zip $ cd apache-log4cxx-x.x.x -$ mkdir build +$ mkdir build $ cd build $ ccmake .. $ make @@ -36,6 +38,7 @@ $ sudo make install +------------+ * ccmake options + *------------------------+---------------------------------------------------------------------------------------------+ | -DLOG4CXX_WCHAR_T=no | Enable wchar_t API methods, choice of yes (default), no. | *------------------------+---------------------------------------------------------------------------------------------+
