The Expat package contains a stream oriented C library for parsing XML.
Download HTTP: https://github.com/libexpat/libexpat/releases/download/R_2_8_0/expat-2.8.0.tar.xz
Download SHA256 Sum: a37bfae0aa9775bd8521ebd85dc456d486f0ff31138f6c91fd902ea732624542
Download Size: 499 KB
Estimated Disk Space: 7.5M
Estimated Build Time: less than 0.5 SBU
Prepare Expat for compilation:
Now Configure the Package, issue:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/expat-2.8.0
To Compile the Package, issue:
make
To Test the Package, issue:
make check
Now Install the Package, issue:
make install
install -v -m644 doc/*.{html,css} /usr/share/doc/expat-2.8.0