summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-24 15:54:56 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-24 15:54:56 +0000
commit4c8b89680c1018b5abd31e19324370aaa726ed56 (patch)
treef7f1a6910e1aef2f9a7ccf9fe4ba28e061fee25b
parentd67cb7b2706070f62dcb489b5a7922335d613b4d (diff)
downloadlog4cxx-4c8b89680c1018b5abd31e19324370aaa726ed56.tar.gz
apr1.0 vs. apr1 und apache-log4cxx-0.10.0 vs. -x.x.x
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736458 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/site/apt/building/ant.apt12
-rw-r--r--src/site/apt/building/maven.apt6
-rw-r--r--src/site/apt/building/vstudio.apt2
-rw-r--r--src/site/apt/building/xcode.apt2
4 files changed, 11 insertions, 11 deletions
diff --git a/src/site/apt/building/ant.apt b/src/site/apt/building/ant.apt
index e2e5a5a..a7842f2 100644
--- a/src/site/apt/building/ant.apt
+++ b/src/site/apt/building/ant.apt
@@ -46,7 +46,7 @@ Building Apache log4cxx with Apache Ant
+----+
$ export CLASSPATH=~/cpptasks/cpptasks-1.0b5.jar
-$ cd apache-log4cxx-0.10.0
+$ cd apache-log4cxx-x.x.x
$ ant
+----+
@@ -58,7 +58,7 @@ $ tar -xvzf apr-1.2.12.tar.gz
$ mv apr-1.2.12 apr
$ tar -xvzf apr-util-1.2.12.tar.gz
$ mv apr-util-1.2.12 apr-util
-$ cd apache-log4cxx-0.10.0
+$ cd apache-log4cxx-x.x.x
$ ant
+----+
@@ -72,7 +72,7 @@ $ tar -xvzf apr-1.2.12.tar.gz
$ rename apr-1.2.12 apr
$ tar -xvzf apr-util-1.2.12.tar.gz
$ rename apr-util-1.2.12 apr-util
-$ cd apache-log4cxx-0.10.0
+$ cd apache-log4cxx-x.x.x
$ ant -Dcompiler=xyz
+----+
@@ -186,14 +186,14 @@ $ ant -Dcompiler=xyz
The Win32 path to the APR libraries need to be provided (CYGWIN_HOME/lib) if compiling against an installed APR and APR-Util.
+-----+
-$ cd apache-log4cxx-0.10.0
+$ cd apache-log4cxx-x.x.x
$ ant -Dos.family=cygwin -Dwith-apr=/cygwin/lib -Dwith-apr-util=/cygwin/lib -Denable-wchar_t=0
+-----+
*** MinGW:
+----+
-$ cd apache-log4cxx-0.10.0
+$ cd apache-log4cxx-x.x.x
$ path c:\mingw\bin;%PATH%
$ ant -Dcompiler=gcc -Dfind=false build-all
$ cd src\test\resources
@@ -214,7 +214,7 @@ $ ..\..\..\target\debug\shared\stream
Apache APR, APR-Util, Ant and log4j and zip may be installed using:
+----+
-$ sudo apt-get install libapr1.0-dev libaprutil1.0-dev ant ant-optional liblog4j1.2-java zip
+$ sudo apt-get install libapr1-dev libaprutil1-dev ant ant-optional liblog4j1.2-java zip
+----+
** Mac OS/X:
diff --git a/src/site/apt/building/maven.apt b/src/site/apt/building/maven.apt
index 9bd3a0c..9a3d1fe 100644
--- a/src/site/apt/building/maven.apt
+++ b/src/site/apt/building/maven.apt
@@ -37,8 +37,8 @@ Building Apache log4cxx with Apache Maven 2
Building and testing log4cxx on a Unix platform with packaged APR and APR-Util.
+----+
-$ sudo apt-get install libapr1.0-dev libaprutil1.0-dev doxygen
-$ cd apache-log4cxx-0.10.0
+$ sudo apt-get install libapr1-dev libaprutil1-dev doxygen
+$ cd apache-log4cxx-x.x.x
$ export PATH=/home/myself/maven-2.0.8/bin:$PATH
$ mvn package
+----+
@@ -51,7 +51,7 @@ $ tar -xvzf apr-1.2.12.tar.gz
$ rename apr-1.2.12 apr
$ tar -xvzf apr-util-1.2.12.tar.gz
$ rename apr-util-1.2.12 apr-util
-$ cd apache-log4cxx-0.10.0
+$ cd apache-log4cxx-x.x.x
$ mvn package
+----+
diff --git a/src/site/apt/building/vstudio.apt b/src/site/apt/building/vstudio.apt
index ffa7ab3..0e7211a 100644
--- a/src/site/apt/building/vstudio.apt
+++ b/src/site/apt/building/vstudio.apt
@@ -27,7 +27,7 @@ unzip apr-1.2.11-win32-src.zip
rename apr-1.2.11 apr
unzip apr-util-1.2.10-win32-src.zip
rename apr-util-1.2.10 apr-util
-cd apache-log4cxx-0.10.0
+cd apache-log4cxx-x.x.x
configure
configure-aprutil
+----+
diff --git a/src/site/apt/building/xcode.apt b/src/site/apt/building/xcode.apt
index 191ad46..ff1cb2c 100644
--- a/src/site/apt/building/xcode.apt
+++ b/src/site/apt/building/xcode.apt
@@ -26,7 +26,7 @@ Building Apache log4cxx with Apple Xcode
then launch Xcode.
+----+
-cd apache-log4cxx-0.10.0
+cd apache-log4cxx-x.x.x
./configure
open projects/log4cxx.xcodeproj
+----+