[QuantLibAddin-cvs] QuantLibAddin/Docs/pages build.tutorial.docs, 1.1.2.2, 1.1.2.3
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-08-11 00:12:57
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Docs/pages In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19769 Modified Files: Tag: R000313f0-branch build.tutorial.docs Log Message: update build doc Index: build.tutorial.docs =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Docs/pages/build.tutorial.docs,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** build.tutorial.docs 10 Aug 2006 20:57:39 -0000 1.1.2.2 --- build.tutorial.docs 11 Aug 2006 00:12:51 -0000 1.1.2.3 *************** *** 37,40 **** --- 37,41 ---- \ref sec_build_quantlibfunctions \n \ref sec_build_log4cxx \n + \ref sec_build_gensrc \n \ref sec_build_objecthandler \n \ref sec_build_quantlibaddin \n *************** *** 225,228 **** --- 226,240 ---- <tt>log4cxx-0.9.7a\\msvc\\lib\\log4cxxs-vc80-mt-s.lib</tt>. + \section sec_build_gensrc Install gensrc + + Download <tt>gensrc-0.1.4.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 + <tt>GENSRC_DIR</tt> equal to the top-level gensrc installation directory. + + There is nothing to build or compile for the gensrc project. gensrc is a + library of python modules. The ObjectHandler and QuantLibAddin projects + contain executable python scripts which load the gensrc modules. + \section sec_build_objecthandler Install and Build ObjectHandler *************** *** 242,248 **** Download <tt>QuantLibAddin-0.3.13.exe</tt> and <tt>QuantLibXL-0.3.13.exe</tt> from the <a href="http://sourceforge.net/project/showfiles.php?group_id=12740">QuantLib downloads page</a> ! and install them to your hard drive. As explained above in section \ref sec_build_directories ! of this document, QuantLibAddin and QuantLibXL must be installed side-by-side in ! the directory tree. The installer sets environment variable QUANTLIBADDIN_DIR. No environment variable is --- 254,259 ---- Download <tt>QuantLibAddin-0.3.13.exe</tt> and <tt>QuantLibXL-0.3.13.exe</tt> from the <a href="http://sourceforge.net/project/showfiles.php?group_id=12740">QuantLib downloads page</a> ! and install them to your hard drive. As explained above in section \ref sec_build_directories, ! QuantLibAddin and QuantLibXL must be installed side-by-side in the directory tree. The installer sets environment variable QUANTLIBADDIN_DIR. No environment variable is *************** *** 280,286 **** - <a href="http://quantlib.org/reference/faq.html">general QuantLib FAQ</a> - <a href="http://quantlib.org/developerFAQ.shtml">QuantLib developer FAQ</a> ! - <a href="http://quantlib.org/objecthandler">ObjectHandler home page</a> - <a href="http://www.quantlibaddin.org/">QuantLibAddin home page</a> - <a href="http://www.quantlibaddin.org/faq.html">QuantLibAddin FAQ</a> */ --- 291,299 ---- - <a href="http://quantlib.org/reference/faq.html">general QuantLib FAQ</a> - <a href="http://quantlib.org/developerFAQ.shtml">QuantLib developer FAQ</a> ! - <a href="http://www.gensrc.org">gensrc home page</a> ! - <a href="http://www.objecthandler.org">ObjectHandler home page</a> - <a href="http://www.quantlibaddin.org/">QuantLibAddin home page</a> - <a href="http://www.quantlibaddin.org/faq.html">QuantLibAddin FAQ</a> + - <a href="http://www.quantlibxl.org/">QuantLibXL home page</a> */ |