1QUANTLIB-CONFIG(1) General Commands Manual QUANTLIB-CONFIG(1)
2
3
4
6 quantlib-config - compiler / linker flags for QuantLib
7
9 quantlib-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version]
10 [--libs] [--cflags]
11
13 quantlib-config is a tool which can be used to determine the compiler
14 and linker flags that should be used to compile and link programs that
15 use QuantLib.
16
18 quantlib-config accepts the following options:
19
20 --prefix[=DIR]
21 Show the QuantLib installation prefix.
22
23 --exec-prefix[=DIR]
24 Show the QuantLib execution direction prefix.
25
26 --libs Print the linker flags that are necessary to link a QuantLib
27 program.
28
29 --cflags
30 Print the compiler flags that are necessary to compile a
31 QuantLib program.
32
33 --version
34 Print the currently installed version of QuantLib on the stan‐
35 dard output.
36
38 gtk-config(1), gnome-config(1), the QuantLib documentation and website
39 at http://quantlib.org.
40
42 The QuantLib Group (see Contributors.txt).
43
44 This manual page was added by Dirk Eddelbuettel <edd@debian.org>, the
45 Debian GNU/Linux maintainer for quantlib.
46
47
48
49QuantLib 20 September 2001 QUANTLIB-CONFIG(1)