File: quantlib-config.1

package info (click to toggle)
quantlib 0.3.13-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 11,964 kB
  • ctags: 11,071
  • sloc: cpp: 69,443; ansic: 21,483; sh: 8,860; makefile: 1,824; lisp: 86
file content (44 lines) | stat: -rw-r--r-- 1,325 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.\" Man page contributed by Dirk Eddelbuettel <edd@debian.org>
.\" and released under the Quantlib license
.TH QUANTLIB-CONFIG 1 "20 September 2001" QuantLib
.SH NAME
quantlib-config - compiler / linker flags for QuantLib
.SH SYNOPSIS
.B quantlib-config
[\-\-prefix[=DIR]]  [\-\-exec-prefix[=DIR]]  [\-\-version] [\-\-libs] [\-\-cflags]
.SH DESCRIPTION
.PP
.B 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 \fIQuantLib\fP.
.SH OPTIONS
.l
.B quantlib-config
accepts the following options:
.TP 8
.B  \-\-prefix[=DIR]
Show the QuantLib installation prefix.
.TP 8
.B  \-\-exec-prefix[=DIR]
Show the QuantLib execution direction prefix.
.TP 8
.B  \-\-libs
Print the linker flags that are necessary to link a \fIQuantLib\fP program.
.TP 8
.B  \-\-cflags
Print the compiler flags that are necessary to compile a \fIQuantLib\fP program.
.TP 8
.B  \-\-version
Print the currently installed version of \fIQuantLib\fP on the standard output.
.SH SEE ALSO
.BR gtk-config (1),
.BR gnome-config (1),
the QuantLib documentation and website at
.IR http://quantlib.org .
.SH AUTHORS
The QuantLib Group (see
.IR Authors.txt ).

This manual page was added by Dirk Eddelbuettel
<edd@debian.org>, the Debian GNU/Linux maintainer for
.BR quantlib .