1tvlsim-config(1) General Commands Manual tvlsim-config(1)
2
3
4
6 tvlsim-config - Configuration Script for the C++ Distributed Airline
7 Market Simulator
8
10 tvlsim-config [--prefix] [--version] [--libs] [--cflags]
11
13 tvlsim-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 Dsim. It is also used internally by the .m4 macros,
16 that are included with Dsim, for GNU autoconf.
17
19 tvlsim-config accepts the following options:
20
21 --version
22 Print the currently installed version of Dsim 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 Dsim
29 library.
30
31 --cflags
32 Print the compiler flags that are necessary to compile with the Dsim
33 library.
34
35 --prefix
36 Show the Dsim installation prefix.
37
39 tvlsim(1), tvlsim-config(1), boost-config(1)
40
42 Copyright © 2009-2011 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 Tue Nov 7 2023 tvlsim-config(1)