[QuantLibAddin-cvs] QuantLibAddin/Docs/pages build.tutorial.docs, 1.1.2.4, 1.1.2.5
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-09-05 07:48:34
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Docs/pages In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20834 Modified Files: Tag: R000313f0-branch 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.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** build.tutorial.docs 29 Aug 2006 08:29:42 -0000 1.1.2.4 --- build.tutorial.docs 5 Sep 2006 07:48:31 -0000 1.1.2.5 *************** *** 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 *************** *** 53,56 **** --- 53,57 ---- \ref sec_build_quantlibaddin \n \ref sec_build_usage \n + \ref sec_build_support \n \ref sec_build_links \n *************** *** 88,93 **** \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. --- 89,93 ---- \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. *************** *** 146,150 **** 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 --- 146,150 ---- 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 *************** *** 172,179 **** \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 --- 172,178 ---- \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 *************** *** 272,276 **** 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. --- 271,275 ---- 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. *************** *** 287,291 **** \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> --- 286,290 ---- \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> *************** *** 293,302 **** - 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 --- 292,307 ---- - 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 |