quantlib-config - Man Page
compiler / linker flags for QuantLib
Synopsis
quantlib-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]
Description
quantlib-config is a tool which can be used to determine the compiler and linker flags that should be used to compile and link programs that use QuantLib.
Options
quantlib-config accepts the following options:
- --prefix[=DIR]
Show the QuantLib installation prefix.
- --exec-prefix[=DIR]
Show the QuantLib execution direction prefix.
- --libs
Print the linker flags that are necessary to link a QuantLib program.
- --cflags
Print the compiler flags that are necessary to compile a QuantLib program.
- --version
Print the currently installed version of QuantLib on the standard output.
See Also
gtk-config(1), gnome-config(1), the QuantLib documentation and website at https://www.quantlib.org.
Authors
The QuantLib Group (see Contributors.txt).
This manual page was added by Dirk Eddelbuettel <edd@debian.org>, the Debian GNU/Linux maintainer for quantlib.