10.110. Expat-2.1.0 N32 Libraries

Expat is a stream-oriented XML parser library written in C.

10.110.1. Installation of Expat

Prepare Expat for compilation:

CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
    ./configure --prefix=/usr --libdir=/usr/lib32

Compile the package:

make

To test the results, issue:

make check

Install the package:

make install

Details on this package are located in Section 10.111.2, “Contents of Expat.”