CLAW-CONFIG(1) | General Commands Manual | CLAW-CONFIG(1) |
NAME¶
claw-config — show information about installed libclaw librariesSYNOPSIS¶
claw-config [library...] [--prefix] [--prefix=PREFIX] [--exec-prefix] [--exec-prefix=EPREFIX] [--version] [--libs] [--cflags]DESCRIPTION¶
This manual page documents briefly the claw-config command,claw-config is a program that shows information about the installed libclaw libraries.
OPTIONS¶
The following options are supported:- library
- The library for which the information is displayed.
- --prefix --prefix=PREFIX
- Show the prefix libclaw was built with. The prefix may be overridden by passing the argument PREFIX.
- --exec-prefix --exec-prefix=EPREFIX
- Show the executable prefix libclaw was built with. The executable prefix may be overridden by passing the argument EPREFIX.
- --version
- Show the version of the installed libclaw.
- --libs
- Show the compiler flags for linking to the installed library.
- --cflags
- Show the compiler flags for compiling against the installed library.
EXAMPLE¶
Display the libraries to link to in order to use the claw_graphic library.claw-config graphic --libs
Display the compiler flags required to use all the libraries of libclaw.
claw-config all --cflags