MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« ISL 32-bit HOME GNU LibIDN2 32-bit »

GNU LibIDN2 64-bit

Name: GNU LibIDN2 64-bit
Summary: Version 2 of the Internationalized Domain Name library
License: LGPL v3 or later
Version: 2.3.8
URL: https://ftp.gnu.org/gnu/libidn/libidn2-2.3.8.tar.gz

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

Configuration

To configure GNU LibIDN2 64-bit for install into the build root, run the following command:

./configure --prefix=/usr           \
            --libdir=/usr/lib64     \
            --libexecdir=/usr/lib64 \
            --disable-static

Compilation and Installation

To compile GNU LibIDN2 64-bit, run the following command:

make

Next, run the test suite:

make check

The single test that fails is due to locale not being setup correctly for this test. It is safe to ignore.

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

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

NOTE: Do not delete the unpacked sources after build.

Contents

Contents  
Installed Programs idn2
Installed Libraries libidn2.so
Installed Directories /usr/share/gtk-doc/html/libidn2
Navigation    
« ISL 32-bit HOME GNU LibIDN2 32-bit »