The libxslt package contains XSLT
libraries. These are useful for extending libxml2 libraries to support XSLT files.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libxslt/1.1/libxslt-1.1.20.tar.gz
Download (FTP): ftp://xmlsoft.org/libxslt/libxslt-1.1.20.tar.gz
Download MD5 sum: 4ea2dc22a23bf2aa570f868aa86357f8
Download size: 3.6 MB
Estimated disk space required: 50 MB
Estimated build time: 0.3 SBU
Python-2.5 and Libgcrypt (requires Libgpg-error)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libxslt
Install libxslt by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root user:
make install
Last updated on 2007-04-04 21:42:53 +0200