tizen 2.3.1 release
[external/libxml2.git] / xml2-config.1
1 .TH GNOME-XML 1 "3 July 1999" Version 1.1.0
2 .SH NAME
3 xml-config - script to get information about the installed version of GNOME-XML
4 .SH SYNOPSIS
5 .B xml-config
6 [\-\-prefix\fI[=DIR]\fP] [\-\-libs] [\-\-cflags] [\-\-version] [\-\-help]
7 .SH DESCRIPTION
8 \fIxml-config\fP is a tool that is used to determine the compile and
9 linker flags that should be used to compile and link programs that use
10 \fIGNOME-XML\fP.
11 .SH OPTIONS
12 \fIxml-config\fP accepts the following options:
13 .TP 8
14 .B  \-\-version
15 Print the currently installed version of \fIGNOME-XML\fP on the standard output.
16 .TP 8
17 .B  \-\-libs
18 Print the linker flags that are necessary to link a \fIGNOME-XML\fP program.
19 Add the \fB\-\-static\fP option to print the linker flags that are necessary to
20 \fBstatically\fP link a \fIGNOME-XML\fP program.
21 .TP 8
22 .B  \-\-cflags
23 Print the compiler flags that are necessary to compile a \fIGNOME-XML\fP program.
24 .TP 8
25 .B  \-\-prefix=PREFIX
26 If specified, use PREFIX instead of the installation prefix that
27 \fIGNOME-XML\fP was built with when computing the output for the
28 \-\-cflags and \-\-libs options. This option must be specified before
29 any \-\-libs or \-\-cflags options.
30 .SH AUTHOR
31 This manual page was written by Fredrik Hallenberg <hallon@lysator.liu.se>,
32 for the Debian GNU/linux system (but may be used by others).