Update of /cvsroot/objecthandler/ObjectHandler/Docs/pages
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25195/Docs/pages
Modified Files:
Tag: R000105f0-branch
history.docs installation.docs
Log Message:
increment log4cxx version number
Index: history.docs
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Docs/pages/history.docs,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** history.docs 11 Oct 2006 13:28:25 -0000 1.3
--- history.docs 19 Oct 2006 16:26:04 -0000 1.3.2.1
***************
*** 33,44 ****
LOG4CXX
! No changes to the log4cxx environment. ObjectHandler 0.1.5 continues
! to rely on the customized log4cxx "0.9.7a" package which shipped
! with ObjectHandler version 0.1.4 (see below).
REQUIRED PACKAGES
- Boost version 1.31.0 or later
! - log4cxx version 0.9.7.a
- gensrc version 0.1.5
--- 33,44 ----
LOG4CXX
! - a couple of minor fixes to makefiles
! - repackaged as version 0.9.7b (see below for explanation of
! log4cxx version numbers)
REQUIRED PACKAGES
- Boost version 1.31.0 or later
! - log4cxx version 0.9.7.b
- gensrc version 0.1.5
Index: installation.docs
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Docs/pages/installation.docs,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -d -r1.3.2.1 -r1.3.2.2
*** installation.docs 19 Oct 2006 14:04:38 -0000 1.3.2.1
--- installation.docs 19 Oct 2006 16:26:04 -0000 1.3.2.2
***************
*** 36,43 ****
<a href="http://logging.apache.org/log4cxx/index.html">log4cxx</a>,
the logging framework for the Apache project. ObjectHandler uses a customized
! copy of log4cxx version 0.9.7, called "log4cxx 0.9.7a", amended to provide a
boost compliant build process and other minor enhancements.
! ObjectHandler and log4cxx 0.9.7a are available for download from the
<a href="http://sourceforge.net/project/showfiles.php?group_id=12740&package_id=141162">QuantLib downloads page on sourceforge</a>
--- 36,43 ----
<a href="http://logging.apache.org/log4cxx/index.html">log4cxx</a>,
the logging framework for the Apache project. ObjectHandler uses a customized
! copy of log4cxx version 0.9.7, called "log4cxx 0.9.7b", amended to provide a
boost compliant build process and other minor enhancements.
! ObjectHandler and log4cxx 0.9.7b are available for download from the
<a href="http://sourceforge.net/project/showfiles.php?group_id=12740&package_id=141162">QuantLib downloads page on sourceforge</a>
***************
*** 75,82 ****
\subsection inst_win_prerequisites Prerequisites
! Before building ObjectHandler you need to build log4cxx 0.9.7a.
<ul>
! <li>download the log4cxx 0.9.7a zip from the QuantLib downloads page</li>
<li>log4cxx should be unzipped to a path containing no spaces as the
library seems to complain otherwise</li>
--- 75,82 ----
\subsection inst_win_prerequisites Prerequisites
! Before building ObjectHandler you need to build log4cxx 0.9.7b.
<ul>
! <li>download the log4cxx 0.9.7b zip from the QuantLib downloads page</li>
<li>log4cxx should be unzipped to a path containing no spaces as the
library seems to complain otherwise</li>
***************
*** 85,89 ****
to directory <tt>log4cxx-0.9.7\\msvc\\Lib</tt></li>
<li>you need to manually set environment variable \c LOG4CXX_DIR to the
! top level log4cxx directory e.g. <tt>C:\\log4cxx-0.9.7</tt></li>
<li>if VC is running you need to restart it to pick up the new environment
variable.</li>
--- 85,89 ----
to directory <tt>log4cxx-0.9.7\\msvc\\Lib</tt></li>
<li>you need to manually set environment variable \c LOG4CXX_DIR to the
! top level log4cxx directory e.g. <tt>C:\\log4cxx-0.9.7b</tt></li>
<li>if VC is running you need to restart it to pick up the new environment
variable.</li>
***************
*** 249,254 ****
tar file from the QuantLib downloads page and install as follows:
\verbatim
! tar zxfv log4cxx-0.9.7a.tar.gz
! cd log4cxx-0.9.7a
./autogen.sh
./configure
--- 249,254 ----
tar file from the QuantLib downloads page and install as follows:
\verbatim
! tar zxfv log4cxx-0.9.7b.tar.gz
! cd log4cxx-0.9.7b
./autogen.sh
./configure
|