The libxml package contains the libxml libraries. These are useful for parsing XML files.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libxml/1.8/libxml-1.8.17.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libxml/1.8/libxml-1.8.17.tar.bz2
Download MD5 sum: c7d1b9b1cbfcfbbc56c92f424c37d32c
Download size: 743 KB
Estimated disk space required: 14 MB
Estimated build time: 0.3 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libxml
Install libxml by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root user:
make install
--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild the API documentation.
Last updated on 2007-01-15 18:08:14 -0600