Update of /cvsroot/objecthandler/ObjectHandler/Docs/pages
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26440
Modified Files:
installation.docs
Log Message:
update docs
Index: installation.docs
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Docs/pages/installation.docs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** installation.docs 19 May 2006 15:12:41 -0000 1.1
--- installation.docs 3 Oct 2006 12:08:28 -0000 1.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, comprising a complete copy of log4cxx version 0.9.7, amended
! to provide a boost compliant build process and other minor enhancements.
! ObjectHandler and log4cxx 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.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>
***************
*** 65,69 ****
No binary installer is provided for the standalone ObjectHandler library.
However ObjectHandler functionality is compiled into the binary
! installation of QuantLibAddin.
\section inst_source Source Installation
--- 65,69 ----
No binary installer is provided for the standalone ObjectHandler library.
However ObjectHandler functionality is compiled into the binary
! installation of <a href="http://www.quantlibxl.org">QuantLibXL</a>.
\section inst_source Source Installation
***************
*** 75,82 ****
\subsection inst_win_prerequisites Prerequisites
! Before building ObjectHandler you need to build log4cxx.
<ul>
! <li>download the log4cxx 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.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>
***************
*** 249,254 ****
tar file from the QuantLib downloads page and install as follows:
\verbatim
! tar zxfv log4cxx-0.9.7.tar.gz
! cd log4cxx-0.9.7
./autogen.sh
./configure
--- 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
***************
*** 302,306 ****
\verbatim
! g++ -o example example.o -L$HOME/ObjectHandler/lib -lObjectHandler -llog4cxx
\endverbatim
--- 302,307 ----
\verbatim
! g++ -o example example.o -L$HOME/ObjectHandler/lib
! -lObjectHandler -llog4cxx
\endverbatim
|