libidn2 is a package designed for internationalized string handling based on standards from the Internet Engineering Task Force (IETF)'s IDN working group, designed for internationalized domain names.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): https://ftp.gnu.org/gnu/libidn/libidn2-2.0.5.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/libidn/libidn2-2.0.5.tar.gz
Download MD5 sum: eaf9a5b9d03b0cce3760f34b3124eb36
Download size: 2.0 MB
Estimated disk space required: 17 MB (with tests)
Estimated build time: 0.2 SBU (Using parallelism=4; with tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libidn2
Install libidn2 by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2018-08-16 15:44:26 -0700