You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2016/03/24 12:58:31 UTC

svn commit: r1736431 - /incubator/log4cxx/trunk/src/site/apt/building/autotools.apt

Author: tschoening
Date: Thu Mar 24 11:58:31 2016
New Revision: 1736431

URL: http://svn.apache.org/viewvc?rev=1736431&view=rev
Log:
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.

Modified:
    incubator/log4cxx/trunk/src/site/apt/building/autotools.apt

Modified: incubator/log4cxx/trunk/src/site/apt/building/autotools.apt
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/apt/building/autotools.apt?rev=1736431&r1=1736430&r2=1736431&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/apt/building/autotools.apt (original)
+++ incubator/log4cxx/trunk/src/site/apt/building/autotools.apt Thu Mar 24 11:58:31 2016
@@ -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 libap
   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