summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-24 11:58:31 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-24 11:58:31 +0000
commit0b13f4a2b00a376b9125ddc04bd852ecf11651dd (patch)
treeddca9e3fbdbd5305fe075a07bff72e95cf53cbfa
parent1f462c1604113f7c30a1424a894a6a0c35d87f0a (diff)
downloadlog4cxx-0b13f4a2b00a376b9125ddc04bd852ecf11651dd.tar.gz
Requirements and instructions for building from source added. gzip removed, because we only use zip/zlib. gzip is not mentioned on this page anywhere as well, zip is.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736431 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/site/apt/building/autotools.apt7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/site/apt/building/autotools.apt b/src/site/apt/building/autotools.apt
index bdafcf4..b60cd95 100644
--- a/src/site/apt/building/autotools.apt
+++ b/src/site/apt/building/autotools.apt
@@ -22,16 +22,19 @@ Building Apache log4cxx with autotools
* Quick start:
- Make sure autoconf 2.50+ is available, install or build apr 1.x, apr-util 1.x, gzip and zip.
+ Make sure autoconf 2.50+, libtool, g++ and make are available, install or build apr 1.x, apr-util 1.x and zip.
+------------+
$ cd apache-log4cxx-x.x.x
+$ [autoreconf]
+$ [automake --add-missing]
$ ./configure
$ make
$ make check
$ sudo make install
+------------+
+ Those lines in brackets are only necessary if you directly build from source.
* configure options
@@ -57,7 +60,6 @@ $ sudo make install
| -help | Display help showing all options and exit. |
*-------------------+---------------------------------------------------------------------------------------------+
-
SMTP and ODBC options can depend on libraries that
that have different licenses.
You should review the corresponding licenses and understand
@@ -99,7 +101,6 @@ $ sudo apt-get install libapr1-dev libaprutil1-dev zip
with reduced functionality. There have been reports of
building APR on Cygwin with threads enabled.
-
** MinGW:
Recent APR 1.2.x releases fail ./configure with a error