1GDOME2(1) 0.8.1 GDOME2(1)
2
3
4
6 gdome-config - script to get information about the installed version of
7 gdome2
8
10 gdome-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--libs] [--cflags]
11 [--version] [--help]
12
14 gdome-config is a tool that is used to determine the compile and linker
15 flags that should be used to compile and link programs that use gdome2.
16
18 gdome-config accepts the following options:
19
20 --version
21 Print the currently installed version of gdome2 on the standard
22 output.
23
24 --libs Print the linker flags that are necessary to link a gdome2 pro‐
25 gram.
26
27 --cflags
28 Print the compiler flags that are necessary to compile a gdome2
29 program.
30
31 --prefix=DIR
32 If specified, use DIR instead of the installation prefix that
33 gdome2 was built with when computing the output for the
34 --cflags and --libs options. This option must be specified
35 before any --libs or --cflags options.
36
37 --exec-prefix=DIR
38 If specified, use DIR instead of the installation exec prefix
39 that gdome2 was built when computing the output for the
40 --cflags and --libs options. This option must be specified
41 before any --libs or --cflags options.
42
43 --help Print a short help text and exit.
44
46 This manual page was added by Enrico Zini <zinie@cs.unibo.it> for the
47 Debian GNU/Linux system (but may be used by others). The page was made
48 editing the manpage written by Fredrik Hallenberg <hal‐
49 lon@lysator.liu.se> for the libxml2 Debian GNU/Linux package.
50
51
52
53Version 3 December 2001 GDOME2(1)