MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« Expat 64-bit HOME Net Tools »

Expat 32-bit

Name: Expat 32-bit
Summary: An XML stream parsing library
License: MIT
Version: 2.7.3
URL: https://github.com/libexpat/libexpat/releases/download/R_2_7_3/expat-2.7.3.tar.xz

Average Build Time: 0.1 SBU
Used Install Space: 14 MiB

Configuration

To configure Expat 32-bit for install into the build root, run the following commands:

make distclean
./configure --prefix=/usr         \
            --libdir=/usr/lib     \
            --libexecdir=/usr/lib \
            --disable-static      \
            --docdir=/usr/share/doc/expat-2.7.3

Compilation and Installation

To compile Expat 32-bit, run the following command:

make

Finally, to install Expat 32-bit into the build tree, run the following commands:

make DESTDIR=$PWD/DESTDIR install
rm -fv DESTDIR/usr/lib/*.la
cp -Rv DESTDIR/usr/lib/* /usr/lib/

Contents

See the contents section of the 64-bit build of Expat for details.

Navigation    
« Expat 64-bit HOME Net Tools »