Installation

Linux/Unix/Mac OS X/Cygwin

A tarball of the source distribution is available from
http://quantlib.org/download.html

After uncompressing the sources:

  1. `cd' to the QuantLib directory and type `./configure' to configure the package for your system; see the User configuration section for configuration options.
  2. Type `make' to compile the package.
  3. Type `make install' to install the library. This might require administrative privileges.

Win32

An installer for the source distribution is available at
http://quantlib.org/download.html

Before compiling the library, you might want to edit the file "ql/userconfig.hpp"; see the User configuration section for details.

Visual C++ 6.0/7.1 projects files are supplied for building the library.

Dev-C++ project files are provided in order to make easier the usage of Mingw/GCC under Win32.

If you use Borland command line compiler (5.5.1) the make options are: -D_DEBUG (debug), -D_RTLDLL (dynamic linking of runtime library), -D_MT__ (multi-thread) as in:

make all

make -D_DEBUG all

make -D__MT__ -D_RTLDLL -D_DEBUG all

or any other combination of options.


QuantLib.org
QuantLib
Hosted by
SourceForge.net Logo
Documentation generated by
doxygen