Scroll to navigation

XSLT-CONFIG(1) The XSLT C library for GNOME XSLT-CONFIG(1)

NAME

xslt-config - provides compilation or linking flags for programs using libxslt

SYNOPSIS

xslt-config --cflags
xslt-config --libs

DESCRIPTION

xslt-config is a small shell script which is installed as part of libxslt usual install process which provides compilation or linking flags for programs using it. Use

xslt-config --cflags

to get the compilation flags and

xslt-config --libs

to get the linker flags. Usually this is done directly from the Makefile as:

CFLAGS=`xslt-config --cflags`
LIBS=`xslt-config --libs`

NOTES

If you use the EXSLT extensions from the program then you should prepend -lexslt to the LIBS options

SEE ALSO

2011-06-24 GNOME