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.
Download (HTTP): https://mirror.csclub.uwaterloo.ca/gnu/libidn/libidn2-2.3.8.tar.gz
Download SHA256 Sum: f557911bf6171621e1f72ff35f5b1825bb35b52ed45325dcdee931e5d3c0787a
Download MD5 sum: a8e113e040d57a523684e141970eea7a
Download size: 2234 KB
Estimated disk space required: 21 MB (add 3 MB for tests)
Estimated build time: 0.1 SBU (add 0.6 SBU for tests)
git-2.52.0 and "gtk-doc"
Configure libidn2 by running the following commands:
./configure --prefix=/usr --disable-static
To compile libidn2 issue:
make
To test the results, issue:
make check
Now to install, issue:
make install