7.27. Expat-2.7.0

The Expat package contains a stream oriented C library for parsing XML.

Approximate build time: 0.1 SBU
Required disk space: 14 MB

7.27.1. Installation of Expat

Prepare Expat for compilation:

./configure --prefix=/usr    \
            --disable-static \
            --docdir=/usr/share/doc/expat-2.7.0

Compile the package:

make

Install the package:

make install