Sponsor:

Your company here, and a link to your site. Click to find out more.

rmol-config - Man Page

Configuration Script for the C++ Revenue Management Optimisation Library

Synopsis

rmol-config [--prefix] [--version] [--libs] [--cflags]

Description

rmol-config is a tool that is used by configure to determine the compiler and linker flags that should be used to compile and link programs that use RMOL. It is also used internally by the .m4 macros, that are included with RMOL, for GNU autoconf.

Options

rmol-config accepts the following options:

--version

Print the currently installed version of RMOL on the standard output.

--sampledir

Show where the (CSV) sample files are located.

--libs

Print the linker flags that are necessary to link with the RMOL library.

--cflags

Print the compiler flags that are necessary to compile with the RMOL library.

--prefix

Show the RMOL installation prefix.

See Also

rmol(1), rmol-config(1), boost-config(1)

Referenced By

pyrmol(1), rmol(1), rmol_drawBPC(1), rmol_extractBPC(1), rmol-library(3).