1raptor-config(1) General Commands Manual raptor-config(1)
2
3
4
6 raptor-config - script to get information about the installed version
7 of Raptor
8
10 raptor-config [--cflags] [--options] [--help] [--libs] [--libtool-libs]
11 [--private-libs] [--prefix[=DIR]] [--version-decimal] [--version]
12
14 raptor-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 Raptor RDF parser library.
17
19 raptor-config accepts the following options:
20
21 --cflags
22 Print the compiler flags that are necessary to compile a raptor
23 program.
24
25 --options
26 Print raptor compiled options such as parsers and serializers
27 available, the XML parser used (if any) and the WWW retrieval
28 library used (if any).
29
30 --help Print a help message summarising usage.
31
32 --libs Print the linker flags that are necessary to link a raptor pro‐
33 gram. This excludes linker arguments used to build the raptor
34 shared library.
35
36 --libtool-libs
37 Print the path to the libtool file for raptor.
38
39 --private-libs
40 Print the linker flags that are necessary to build the raptor
41 shared library. This option is not usually needed because the
42 raptor shared library has already been dynamically linked
43 against these flags.
44
45 --prefix=PREFIX
46 If specified, use PREFIX instead of the installation prefix
47 that raptor was built with when computing the output for the
48 --cflags and --libs options. This option must be specified
49 before any --libs or --cflags options.
50
51 --version
52 Print the currently installed version of raptor on the standard
53 output.
54
55 --version-decimal
56 Print the currently installed version of raptor as a decimal
57 integer.
58
60 libraptor(3)
61
63 Dave Beckett - http://purl.org/net/dajobe/
64 ⟨http://purl.org/net/dajobe/⟩
65
66
67
68 2007-01-05 raptor-config(1)