summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-07-02 13:49:47 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-07-02 13:49:47 +0000
commitb0edeb18a2e4bd3937cc70ad273dc6cfc26f56b8 (patch)
treefa7e6f220af8c6dad3e31f518f19aedaa2fe99ca
parentce9d475bfa13ba8875ed401a0eadbce8d8f69542 (diff)
downloadlog4cxx-b0edeb18a2e4bd3937cc70ad273dc6cfc26f56b8.tar.gz
Added some minor apt-get notes and such.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1751060 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/site/apt/building/autotools.apt10
1 files changed, 7 insertions, 3 deletions
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