Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
QUANTLIB-CONFIG(1)	     General Commands Manual	      QUANTLIB-CONFIG(1)

NAME
     quantlib-config - 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  pro-
	     gram.

     --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  De-
     bian GNU/Linux maintainer for quantlib.

QuantLib			20 September 2001	      QUANTLIB-CONFIG(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=quantlib-config&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help