MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« GNU LibIDN2 64-bit HOME Attr 64-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 commands:

make distclean
CC="gcc -m32" \
./configure --host=i686-pc-linux-gnu \
            --prefix=/usr            \
            --libdir=/usr/lib        \
            --libexecdir=/usr/lib    \
            --disable-static

Compilation and Installation

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

make

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

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

Contents

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

Navigation    
« GNU LibIDN2 64-bit HOME Attr 64-bit »