-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
27 lines (21 loc) · 838 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
https://qldds.wordpress.com/
Configuring and Building QLDDS
------------------------------
Dependencies:
OpenDDS-3.4.1
QuantLib-1.12 or later
ObjectHandler-1.12.0
gensrc-1.12.0
QuantLibAddin for C++ - 1.12.0
Unix:
OpenDDS needs to be compiled; QuantLib, ObjectHandler,
Gensrc, QuantLibAddin for C++ need to be compiled and
installed(make install) prior to configuring and building QLDDS.
---------------------------------
Configuring QLDDS:
----------------
configure.py creates an environment file which needs to be sourced before building the project
Unix:
-----
Assuming OpenDDS was compiled under $HOME and QuantLib and it's dependencies were installed under $HOME (prefix=$HOME, exec-prefix=$HOME)
$ python configure.py --dds_dir=$HOME/DDS --boost_dir=$HOME --quantlib_dir=$HOME --oh_dir=$HOME --qladdin_dir=$HOME