1redland-config(1) General Commands Manual redland-config(1)
2
3
4
6 redland-config - script to get information about the installed version
7 of Redland
8
10 redland-config [--cflags] [--help] [--libs] [--libtool-libs] [--pre‐
11 fix[=DIR]] [--private-libs] [--version-decimal] [--version]
12
14 redland-config is a tool that is used to determine the compile and
15 linker flags that should be used to compile and link programs that use
16 the Redland RDF library.
17
19 redland-config accepts the following options:
20
21 --version
22 Print the currently installed version of redland on the stan‐
23 dard output.
24
25 --version-decimal
26 Print the currently installed version of redland as a decimal
27 integer.
28
29 --libs Print the linker flags that are necessary to link a redland
30 program. This excludes linker arguments used to build the
31 librdf shared library.
32
33 --libtool-libs
34 Print the flags that are necessary to link a redland program
35 with libtool.
36
37 --private-libs
38 Print the linker flags that are necessary to build the librdf
39 shared library. This option is not usually needed because the
40 librdf shared library has already been dynamically linked
41 against these libs.
42
43 --cflags
44 Print the compiler flags that are necessary to compile a red‐
45 land program.
46
47 --prefix=PREFIX
48 If specified, use PREFIX instead of the installation prefix
49 that redland was built with when computing the output for the
50 --cflags and --libs options. This option must be specified
51 before any --libs or --cflags options.
52
54 redland(3),
55
57 Dave Beckett - http://purl.org/net/dajobe/
58 ⟨http://purl.org/net/dajobe/⟩
59
60
61
62 2007-05-01 redland-config(1)