1install(3) QuantLib install(3)
2
3
4
6 install - Installation Before installing QuantLib, make sure that you
7 have a working Boost installation; see
8 http://www.boost.org/more/getting_started.html for instructions. Boost
9 1.31 or later is required; Boost 1.33 is suggested.
10
12 A tarball of the source distribution is available from
13 http://quantlib.org/download.shtml
14
15 After uncompressing the sources:
16
17 1. `cd' to the QuantLib directory and type `./configure' to configure
18 the package for your system; see the User configuration section for
19 configuration options.
20
21 2. Type `make' to compile the package.
22
23 3. Type `make install' to install the library. This might require
24 administrative privileges.
25
27 An installer for the source distribution is available at
28 http://quantlib.org/download.shtml
29
30 Before compiling the library, you might want to edit the file
31 'ql/userconfig.hpp'; see the User configuration section for details.
32
33 Projects files are supplied for building the library with Microsoft
34 Visual C++ 7.1 and 8.0 and with Dev-C++.
35
36
37
38Version 0.8.1 29 Oct 2007 install(3)