Added some minor apt-get notes and such.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/3b1c47e3 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/3b1c47e3 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/3b1c47e3 Branch: refs/heads/master Commit: 3b1c47e369e7beddceaa638c1a30752e1600d152 Parents: fd8e418 Author: Thorsten Schöning <[email protected]> Authored: Sat Jul 2 13:49:47 2016 +0000 Committer: Thorsten Schöning <[email protected]> Committed: Sat Jul 2 13:49:47 2016 +0000 ---------------------------------------------------------------------- src/site/apt/building/autotools.apt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/3b1c47e3/src/site/apt/building/autotools.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/building/autotools.apt b/src/site/apt/building/autotools.apt index 389e7da..9f025f3 100644 --- a/src/site/apt/building/autotools.apt +++ b/src/site/apt/building/autotools.apt @@ -26,6 +26,7 @@ Building Apache log4cxx with autotools build apr 1.x, apr-util 1.x, gzip and zip. +------------+ +$ apt-get install build-essential automake libtool libapr1-dev libaprutil1-dev gzip zip $ cd apache-log4cxx-x.x.x $[./autogen.sh] $ ./configure @@ -73,20 +74,23 @@ $ sudo make install ** Debian: - APR, APR-Util and zip may be installed by: + APR, APR-Util, gzip and zip may be installed by: +----+ -$ sudo apt-get install libapr1-dev libaprutil1-dev zip +$ sudo apt-get install libapr1-dev libaprutil1-dev gzip zip +----+ ** FreeBSD: - APR, APR-Util and zip may be installed from the ports collection by: + APR, APR-Util, gzip and zip may be installed from the ports collection by: +----+ # cd /usr/ports/archivers/zip # make # make install +# cd /usr/ports/archivers/gzip +# make +# make install # cd /usr/ports/devel/apr # make # make install
