[QuantLibAddin-cvs] QuantLibAddin/Docs/pages build.tutorial.docs, 1.4, 1.5
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-09-17 17:20:34
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Docs/pages In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26326 Modified Files: build.tutorial.docs Log Message: fix typos Index: build.tutorial.docs =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Docs/pages/build.tutorial.docs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.tutorial.docs 5 Sep 2006 07:48:59 -0000 1.4 --- build.tutorial.docs 17 Sep 2006 17:20:31 -0000 1.5 *************** *** 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 --- 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 *************** *** 153,157 **** \li QUANTLIBADDIN_DIR (set by the installer) ! For purposes of this tutorial we assume all packages are installed to C:\\projects e.g.: \verbatim C:\projects\QuantLib-0.3.13 --- 153,157 ---- \li QUANTLIBADDIN_DIR (set by the installer) ! For purposes of this tutorial we assume all packages are installed to <tt>C:\\projects</tt> e.g.: \verbatim C:\projects\QuantLib-0.3.13 *************** *** 169,173 **** \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. --- 169,173 ---- \section sec_build_quantlib Install and Build QuantLib ! Uncompress the QuantLib 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. |