simcrs-config - Man Page

Configuration Script for the C++ Simulated Travel-Oriented Distribution System Library

Synopsis

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

Description

simcrs-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 SimCRS. It is also used internally by the .m4 macros, that are included with SimCRS, for GNU autoconf.

Options

simcrs-config accepts the following options:

--version

Print the currently installed version of SimCRS 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 SimCRS library.

--cflags

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

--prefix

Show the SimCRS installation prefix.

See Also

simcrs(1), simcrs-config(1), boost-config(1)

Referenced By

simcrs(1), simcrs-library(3).