MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« ZStd 32-bit HOME GNU libunistring 32-bit »

libunistring 64-bit

Name: libunistring 64-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 64-bit for install into the build root, run the following command:

./configure --prefix=/usr           \
            --libdir=/usr/lib64     \
            --libexecdir=/usr/lib64 \
            --disable-static        \
            --docdir=/usr/share/doc/libunistring-1.3

Compilation and Installation

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

make

Next, run the test suite:

make check

Finally, to install libunistring 64-bit into the build tree, run the following commands:

make install
rm -fv /usr/lib64/libunistring.la

NOTE: Do not delete the unpacked sources

Contents

Contents  
Installed Programs N/A
Installed Libraries libunistring.so
Installed Directories /usr/include/unistring, /usr/share/doc/libunistring-1.3
Navigation    
« ZStd 32-bit HOME GNU libunistring 32-bit »