10.83. Expat-2.2.0 64 Bit

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

10.83.1. Installation of Expat

Prepare Expat for compilation:

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

Compile the package:

make

To test the results, issue:

make check

Install the package:

make install

Install the documentation:

install -v -m755 -d /usr/share/doc/expat-2.2.0
install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-2.2.0

10.83.2. Contents of Expat

Installed program: xmlwf
Installed library: libexpat.[so,a]
Installed directory: /usr/share/doc/expat-2.2.0

Short Descriptions

xmlwf

is a non-validating utility to check whether or not XML documents are well formed

libexpat

contains API functions for parsing XML