e31bbdf665
- Version update to 1.1.29 to match libxslt main package - Sort out with spec-cleaner - BuildIgnore python to avoid cycles - Run tests and do not install them as docs - Update to 1.1.29: * new release after 4 years with few bugfies all around - Refresh patch 0009-Make-generate-id-deterministic.patch to apply - Remove cve patch that was integrated upstream: libxslt-1.1.28-type_confusion_preprocess_attr.patch - Unpack the manpage as the compression is set by buildbot not always gz OBS-URL: https://build.opensuse.org/request/show/401284 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=51
48 lines
877 B
Groff
48 lines
877 B
Groff
.mso www.tmac
|
|
.TH XSLT-CONFIG 1 2011-06-24 GNOME "The XSLT C library for GNOME"
|
|
|
|
.SH NAME
|
|
xslt-config \- provides compilation or linking flags for programs using libxslt
|
|
|
|
.SH SYNOPSIS
|
|
.B xslt-config --cflags
|
|
.br
|
|
.B xslt-config --libs
|
|
|
|
.SH DESCRIPTION
|
|
.B xslt-config
|
|
is a small shell script which is installed as part of
|
|
.B libxslt
|
|
usual install process which provides compilation or linking flags for programs using it.
|
|
Use
|
|
|
|
.IP
|
|
.B xslt-config --cflags
|
|
|
|
.PP
|
|
to get the compilation flags and
|
|
|
|
.IP
|
|
.B xslt-config --libs
|
|
|
|
.PP
|
|
to get the linker flags. Usually this is done directly from the Makefile as:
|
|
|
|
.IP
|
|
.B CFLAGS=`xslt-config --cflags`
|
|
.br
|
|
.B LIBS=`xslt-config --libs`
|
|
|
|
|
|
.SH NOTES
|
|
If you use the
|
|
.SM EXSLT
|
|
extensions from the program then you should prepend
|
|
.B -lexslt
|
|
to the
|
|
.B LIBS
|
|
options
|
|
|
|
.SH SEE ALSO
|
|
.URL http://xmlsoft.org/XSLT/ "The XSLT C library for GNOME"
|