[QuantLibAddin-cvs] QuantLibAddin/Docs/pages build.tutorial.docs, 1.3, 1.4
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-09-05 07:49:03
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Docs/pages In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20908 Modified Files: build.tutorial.docs Log Message: upate build tutorial Index: build.tutorial.docs =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Docs/pages/build.tutorial.docs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build.tutorial.docs 29 Aug 2006 08:42:41 -0000 1.3 --- build.tutorial.docs 5 Sep 2006 07:48:59 -0000 1.4 *************** *** 24,28 **** /*! \page build_tutorial Build Tutorial ! <center><small>last updated 29 August 2006</small></center> This document explains how to build QuantLibXL and its prerequisites from --- 24,28 ---- /*! \page build_tutorial Build Tutorial ! <center><small>last updated 5 September 2006</small></center> This document explains how to build QuantLibXL and its prerequisites from *************** *** 50,53 **** --- 50,54 ---- \ref sec_build_quantlibaddin \n \ref sec_build_usage \n + \ref sec_build_support \n \ref sec_build_links \n *************** *** 85,90 **** \li run the command: \verbatim ! C:\Projects\boost_1_33_1>bjam "-sTOOLS=vc-8_0" ! "--with-regex" install \endverbatim This command will create the Boost include directory <tt>C:\\Boost\\include\\boost-1_33_1</tt> and the Boost library directory <tt>C:\\Boost\\lib</tt>. Relax: it takes a long while. --- 86,90 ---- \li run the command: \verbatim ! C:\Projects\boost_1_33_1>bjam "-sTOOLS=vc-8_0" install \endverbatim This command will create the Boost include directory <tt>C:\\Boost\\include\\boost-1_33_1</tt> and the Boost library directory <tt>C:\\Boost\\lib</tt>. Relax: it takes a long while. *************** *** 143,147 **** This is because the QuantLibAddin project contains references to the QuantLibXL ! project in the format "..\QuantLibXL". The other packages may be installed anywhere. The location of each package --- 143,147 ---- This is because the QuantLibAddin project contains references to the QuantLibXL ! project in the format <tt>..\QuantLibXL</tt>. The other packages may be installed anywhere. The location of each package *************** *** 169,176 **** \section sec_build_quantlib Install and Build QuantLib ! Uncompress the QuantLibAddin zip file to your hard drive, and set environment ! variable QL_DIR. Included in the download is the QuantLib VC8 workspace file ! <tt>QuantLib_vc8.sln</tt>. This file resides in the top level QuantLib ! directory. Launch VC8 and load the QuantLib project. Ensure that runtime library --- 169,175 ---- \section sec_build_quantlib Install and Build QuantLib ! Uncompress the QuantLibAddin zip file to your hard drive. Included in the ! download is the QuantLib VC8 workspace file <tt>QuantLib_vc8.sln</tt>. This ! file resides in the top level QuantLib directory. Launch VC8 and load the QuantLib project. Ensure that runtime library *************** *** 269,273 **** QuantLibAddin and QuantLibXL must be installed side-by-side in the directory tree. ! The installer sets environment variable QUANTLIBADDIN_DIR. No environment variable is required for the QuantLibXL project. --- 268,272 ---- QuantLibAddin and QuantLibXL must be installed side-by-side in the directory tree. ! The installer sets environment variable <tt>QUANTLIBADDIN_DIR</tt>. No environment variable is required for the QuantLibXL project. *************** *** 284,288 **** \section sec_build_usage Usage ! To launch the QuantLibAddin Excel addin: - start Excel - load the addin <tt>QuantLibXL\\xll\\QuantLibXL-vc80-mt-s-0_3_13.xll</tt> --- 283,287 ---- \section sec_build_usage Usage ! To launch QuantLibXL: - start Excel - load the addin <tt>QuantLibXL\\xll\\QuantLibXL-vc80-mt-s-0_3_13.xll</tt> *************** *** 290,299 **** - hit <tt>Ctrl-Alt-F9</tt> to force a recalculation of all formulas ! If you want to have the QuantLibAddin XLL loaded every time you start Excel, you can accomplish this as follows: \li start Excel \li ensure that at least one workbook is loaded - creating a new empty workbook if necessary \li do <tt>Tools/Add-Ins</tt>, and click the Browse button ! \li browse your way to the QuantLibAddin XLL and click OK \section sec_build_links Links --- 289,304 ---- - hit <tt>Ctrl-Alt-F9</tt> to force a recalculation of all formulas ! If you want to have QuantLibXL loaded every time you start Excel, you can accomplish this as follows: \li start Excel \li ensure that at least one workbook is loaded - creating a new empty workbook if necessary \li do <tt>Tools/Add-Ins</tt>, and click the Browse button ! \li browse your way to the QuantLibXL XLL and click OK ! ! \section sec_build_support Support ! ! If you need help, please send email to qua...@li.... You can ! also ! <a href="http://sourceforge.net/mailarchive/forum.php?forum=quantlib-users">search the quantlib-users archives</a>. \section sec_build_links Links |