1rmol-config(1) General Commands Manual rmol-config(1)
2
3
4
6 rmol-configConfiguration Script for the C++ Revenue Management
7 Optimisation Library
8
10 rmol-config [--prefix] [--version] [--libs] [--cflags]
11
13 rmol-config is a tool that is used by configure to determine the
14 compiler and linker flags that should be used to compile and link
15 programs that use RMOL. It is also used internally by the .m4 macros,
16 that are included with RMOL, for GNU autoconf.
17
19 rmol-config accepts the following options:
20
21 --version
22 Print the currently installed version of RMOL on the standard output.
23
24 --sampledir
25 Show where the (CSV) sample files are located.
26
27 --libs
28 Print the linker flags that are necessary to link with the RMOL
29 library.
30
31 --cflags
32 Print the compiler flags that are necessary to compile with the RMOL
33 library.
34
35 --prefix
36 Show the RMOL installation prefix.
37
39 rmol(1), rmol-config(1), boost-config(1)
40
42 Copyright © 2007-2019 Denis Arnaud
43
44 See the COPYING file for more information on the (LGPLv2+) license, or
45 directly on Internet:
46 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
47
48
49
50My Project Sat Aug 7 2021 rmol-config(1)