The Expat package contains a stream oriented C library for parsing XML.
Download (HTTP): http://downloads.sourceforge.net/expat/expat-2.0.0.tar.gz
Download MD5 sum: d945df7f1c0868c5c73cf66ba9596f3f
Download size: 450 KB
Estimated disk space required: 5.8 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/expat
Install Expat by running the following commands:
./configure --prefix=/usr && make
Now, as the root user:
make install && install -v -m755 -d /usr/share/doc/expat-2.0.0 && install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-2.0.0
To test the results, issue: make check as an unprivileged user. Note this must be done after the package is installed.
Last updated on 2007-02-14 11:57:11 -0600