[QuantLibAddin-cvs] QuantLibAddin/Docs/pages build.tutorial.docs, 1.7, 1.7.2.1
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-12-13 18:22:55
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Docs/pages In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26151/pages Modified Files: Tag: R000314f0-branch build.tutorial.docs Log Message: update for release Index: build.tutorial.docs =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Docs/pages/build.tutorial.docs,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -C2 -d -r1.7 -r1.7.2.1 *** build.tutorial.docs 11 Oct 2006 13:39:06 -0000 1.7 --- build.tutorial.docs 13 Dec 2006 18:22:40 -0000 1.7.2.1 *************** *** 94,98 **** You are now ready to build QuantLib. You need to compile the following projects: - <a href="http://quantlib.org/">QuantLib 0.3.14</a> - the core C++ analytics library ! - <b>log4cxx 0.9.7a</b> - a logging framework, used by ObjectHandler - <a href="http://www.objecthandler.org">ObjectHandler 0.1.5</a> - an object repository - <a href="http://www.quantlibaddin.org">QuantLibAddin 0.3.14</a> - Addins for QuantLib functionality --- 94,98 ---- You are now ready to build QuantLib. You need to compile the following projects: - <a href="http://quantlib.org/">QuantLib 0.3.14</a> - the core C++ analytics library ! - <b>log4cxx 0.9.7b</b> - a logging framework, used by ObjectHandler - <a href="http://www.objecthandler.org">ObjectHandler 0.1.5</a> - an object repository - <a href="http://www.quantlibaddin.org">QuantLibAddin 0.3.14</a> - Addins for QuantLib functionality *************** *** 150,154 **** C:\projects\QuantLib-0.3.14 C:\projects\gensrc-0.1.5 ! C:\projects\log4cxx-0.9.7a C:\projects\ObjectHandler-0.1.5 C:\projects\QuantLibAddin-0.3.14 --- 150,154 ---- C:\projects\QuantLib-0.3.14 C:\projects\gensrc-0.1.5 ! C:\projects\log4cxx-0.9.7b C:\projects\ObjectHandler-0.1.5 C:\projects\QuantLibAddin-0.3.14 *************** *** 215,224 **** \section sec_build_log4cxx Install and Build log4cxx ! ObjectHandler versions 0.1.4 and 0.1.5 both rely on log4cxx version 0.9.7a. If ! you already built log4cxx 0.9.7a for ObjectHandler 0.1.4, you don't need to do ! anything further for ObjectHandler 0.1.5, and you can skip ahead to the next ! step. ! ! Download <tt>log4cxx-0.9.7a.exe</tt> from the ObjectHandler 0.1.4 section of the <a href="http://sourceforge.net/project/showfiles.php?group_id=12740">QuantLib downloads page</a> and install it to your hard drive. The installer sets environment variable --- 215,219 ---- \section sec_build_log4cxx Install and Build log4cxx ! Download <tt>log4cxx-0.9.7b.exe</tt> from the ObjectHandler 0.1.5 section of the <a href="http://sourceforge.net/project/showfiles.php?group_id=12740">QuantLib downloads page</a> and install it to your hard drive. The installer sets environment variable *************** *** 226,233 **** In VC8, open the log4cxx VC8 workspace ! <tt>log4cxx-0.9.7a\\msvc\\log4cxx_vc8.sln</tt>. Choose configuration <tt>Release</tt>, solution <tt>static</tt>, and do <tt>Build/Build Static</tt>. The build process creates file ! <tt>log4cxx-0.9.7a\\msvc\\lib\\log4cxxs-vc80-mt-s.lib</tt>. \section sec_build_gensrc Install gensrc --- 221,228 ---- In VC8, open the log4cxx VC8 workspace ! <tt>log4cxx-0.9.7b\\msvc\\log4cxx_vc8.sln</tt>. Choose configuration <tt>Release</tt>, solution <tt>static</tt>, and do <tt>Build/Build Static</tt>. The build process creates file ! <tt>log4cxx-0.9.7b\\msvc\\lib\\log4cxxs-vc80-mt-s.lib</tt>. \section sec_build_gensrc Install gensrc |