1opentrep-config(1) OpenTREP opentrep-config(1)
2
3
4
6 opentrep-configConfiguration Script for the C++ Travel Request Parsing
7 (TREP) Library
8
10 opentrep-config [--prefix] [--version] [--libs] [--cflags]
11
13 opentrep-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 Opentrep. It is also used internally by the .m4
16 macros, that are included with Opentrep, for GNU autoconf.
17
19 opentrep-config accepts the following options:
20
21 --help
22 Display this help and exit
23
24 --prefix
25 Show the Opentrep installation prefix.
26
27 --version
28 Print the currently installed version of Opentrep on the standard
29 output.
30
31 --libs
32 Print the linker flags that are necessary to link with the Opentrep
33 library.
34
35 --cflags
36 Print the compiler flags that are necessary to compile with the
37 Opentrep library.
38
39 --sampledir
40 Show where the (StdAir CSV) sample files are located.
41
42 --mandir
43 Show where the manual pages are located.
44
45 --infodir
46 Show where the information pages are located.
47
48 --docdir
49 Show the documentation base directory.
50
51 --htmldocpath
52 Show where the HTML documentation is located.
53
54 --refmanpath
55 Show where the PDF documentation is located.
56
58 opentrep-indexer(1), opentrep-dbmgr(1), opentrep-searcher(1), boost-
59 config(1), opentrep-library(3)
60
62 Copyright © 2009-2019 Denis Arnaud
63
64 See the COPYING file for more information on the (LGPLv2+) license, or
65 directly on Internet:
66 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
67
68
69
70Version 0.07.7 Tue Jan 26 2021 opentrep-config(1)