A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « LibXSLT 64-bit | HOME | SGML Common » |
Name: LibXSLT 32-bit
Summary: An XSLT processor based on LibXML2
License: MIT
Version: 1.1.45
URL: https://gitlab.gnome.org/GNOME/libxslt/-/archive/v1.1.45/libxslt-v1.1.45.tar.bz2
Average Build Time: 0.3 SBU
Used Install Space: 2.3 MiB
To configure LibXSLT 32-bit for install into the build root, run the following command:
make distclean
CC="gcc -m32 -march=i686" \
./configure --host=i686-pc-linux-gnu \
--prefix=/usr \
--libdir=/usr/lib \
--libexecdir=/usr/lib \
--docdir=/usr/share/doc/libxslt-1.1.45 \
--with-crypto \
--with-plugins \
--without-python
Note that python is disabled in 32bit builds, since Python is built 64-bit only for Midgard OS.
To compile LibXSLT 32-bit, run the following command:
make
Finally, to install LibXSLT 32-bit into the build tree, run the following command:
make DESTDIR=$PWD/DESTDIR install
rm -fv DESTDIR/usr/lib/libexslt.la
rm -fv DESTDIR/usr/lib/libxslt.la
cp -Rv DESTDIR/usr/lib/* /usr/lib/
See the contents section of the 64-bit build of LibXSLT for details.
| Navigation | ||
|---|---|---|
| « LibXSLT 64-bit | HOME | SGML Common » |