1simcrs-config(1My) simcrs-config(1My)
2
3
4
6 simcrs-config - Configuration Script for the C++ Simulated Travel-
7 Oriented Distribution System Library
8
10 simcrs-config [--prefix] [--version] [--libs] [--cflags]
11
13 simcrs-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 SimCRS. It is also used internally by the .m4 macros,
16 that are included with SimCRS, for GNU autoconf.
17
19 simcrs-config accepts the following options:
20
21 --version
22 Print the currently installed version of SimCRS on the standard
23 output.
24
25 --sampledir
26 Show where the (CSV) sample files are located.
27
28 --libs
29 Print the linker flags that are necessary to link with the SimCRS
30 library.
31
32 --cflags
33 Print the compiler flags that are necessary to compile with the SimCRS
34 library.
35
36 --prefix
37 Show the SimCRS installation prefix.
38
40 simcrs(1), simcrs-config(1), boost-config(1)
41
43 Copyright © 2009-2011 Denis Arnaud
44
45 See the COPYING file for more information on the (LGPLv2+) license, or
46 directly on Internet:
47 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
48
49
50
51 Project" simcrs-config(1My)