A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « Expat 64-bit | HOME | Net Tools » |
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
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
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/
See the contents section of the 64-bit build of Expat for details.
| Navigation | ||
|---|---|---|
| « Expat 64-bit | HOME | Net Tools » |