1install(3) QuantLib install(3)
2
3
4
6 install - .TH "install" 3 "Thu Aug 19 2010" "Version 1.0.1" "QuantLib"
7
9 install - Before installing QuantLib, make sure that you have a working
10 Boost installation; see
11 <http://www.boost.org/more/getting_started.html> for instructions.
12
14 A tarball of the source distribution is available from
15 <http://quantlib.org/download.shtml>
16
17 After uncompressing the sources:
18
19 1. `cd' to the QuantLib directory and type `./configure' to configure
20 the package for your system; see the User configuration section for
21 configuration options.
22
23 2. Type `make' to compile the package.
24
25 3. Type `make install' to install the library. This might require
26 administrative privileges.
27
29 A zip archiveof the source distribution is available at
30 <http://quantlib.org/download.shtml>
31
32 Before compiling the library, you might want to edit the file
33 'ql/userconfig.hpp'; see the User configuration section for details.
34
35 Projects files are supplied for building the library with Microsoft
36 Visual C++ 7.1, 8.0 and 9.0 and with Dev-C++.
37
38 Detailed instructions for compilation under Visual C++ are available at
39 <http://quantlib.org/install/vc9.shtml>.
40
41
42
43Version 1.0.1 Thu Aug 19 2010 install(3)