MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« libunistring 64-bit HOME File 64-bit »

libunistring 32-bit

Name: libunistring 32-bit
Summary: Unicode string handling in C
License: GPL v3 or later
Version: 1.3
URL: https://ftp.gnu.org/gnu/libunistring/libunistring-1.3.tar.xz

Average Build Time: 0.4 SBU
Used Install Space: 58 MiB

Configuration

To configure libunistring 32-bit for install into the build root, run the following command:

make clean
CC="gcc -m32" \
./configure --prefix=/usr         \
            --libdir=/usr/lib     \
            --libexecdir=/usr/lib \
            --disable-static      \
            --docdir=/usr/share/doc/libunistring-1.3

Compilation and Installation

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

make

Finally, to install libunistring 32-bit into the build tree, run the following command:

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

Contents

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

Navigation    
« libunistring 64-bit HOME File 64-bit »