opentrep-config - Man Page
Configuration Script for the C++ Travel Request Parsing (TREP) Library
Synopsis
Description
opentrep-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 Opentrep. It is also used internally by the .m4 macros, that are included with Opentrep, for GNU autoconf.
Options
opentrep-config accepts the following options:
- --help
Display this help and exit
- --prefix
Show the Opentrep installation prefix.
- --version
Print the currently installed version of Opentrep on the standard output.
- --libs
Print the linker flags that are necessary to link with the Opentrep library.
- --cflags
Print the compiler flags that are necessary to compile with the Opentrep library.
- --sampledir
Show where the (StdAir CSV) sample files are located.
- --mandir
Show where the manual pages are located.
- --infodir
Show where the information pages are located.
- --docdir
Show the documentation base directory.
- --htmldocpath
Show where the HTML documentation is located.
- --refmanpath
Show where the PDF documentation is located.
See Also
opentrep-indexer(1), opentrep-dbmgr(1), opentrep-searcher(1), boost-config(1), opentrep-library(3)
Copyright
Copyright © 2009-2019 Denis Arnaud
See the COPYING file for more information on the (LGPLv2+) license, or directly on Internet:
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
Referenced By
opentrep-dbmgr(1), opentrep-indexer(1), opentrep-library(3), opentrep-searcher(1), pyopentrep(1).