* Regressions: - extensions: Readd call to xmlCheckFilename with older libxml2 * Improvments: - utils: Don't use deprecated xmlCharEncodingHandler member - transform: Handle filesystem paths after libxml2 changes - locale: Work around issue with FreeBSD's strxfrm_l * Build systems: - cmake: Add LIBXSLT_WITH_PROGRAMS option (Don Olmstead) - cmake: Fix HAVE_GCRYPT check - Update to 1.1.41: * Removals: - autotools: Stop installing libxslt.m4 - autotools: Remove RPM build * Improvements: - libxslt: Set _FILE_OFFSET_BITS to 64 - xsltproc: Remove unneeded includes - include: Don't define ATTRIBUTE_UNUSED in public header - xsltproc: Make "-" read from stdin * Build systems: - cmake: Adjust paths for UNIX or UNIX-like target systems (Daniel E) * Tests: - cmake: Link testplugin with libxml2 - tests: Link testplugin with libxml2 - tests: Fix expected error after libxml2 change - runtest: Switch to xmlFormatError - fuzz: Avoid accessing internal struct members - Update to 1.1.40: * Removals: - xsltproc: remove maxparserdepth option (Mike Dalessio) OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=107
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"
|