summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-01 01:43:40 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-01 12:59:58 +0200
commit371090f21490e7d949e676e39aafdf93b6aa3c6a (patch)
tree3fef70bd45b7cc2bd07199ec656373b90dc7c49c
parent55f3c33b987e01a2046f99e5838bc1f8a3baafca (diff)
downloadgnutls-tmp-remove-idna2003.tar.gz
doc: remove libidn from instructions and add libidn2tmp-remove-idna2003
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1c3fc122f5..0d3c214e95 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,6 @@ We require several tools to check out and build the software, including:
* [p11-kit](http://p11-glue.freedesktop.org/p11-kit.html)
* [gperf](http://www.gnu.org/software/gperf/)
* [libtasn1](https://www.gnu.org/software/libtasn1/) (optional)
-* [Libidn](http://www.gnu.org/software/libidn/) (optional, for internationalization of DNS, IDNA 2003)
* [Libidn2](https://www.gnu.org/software/libidn/#libidn2) (optional, for internationalization of DNS, IDNA 2008)
* [Libunistring](http://www.gnu.org/software/libunistring/) (optional, for internationalization)
* [AWK](http://www.gnu.org/software/awk/) (for make dist, pmccabe2html)
@@ -55,7 +54,7 @@ Debian/Ubuntu:
```
apt-get install -y git-core autoconf libtool gettext autopoint
apt-get install -y automake autogen nettle-dev libp11-kit-dev libtspi-dev libunistring-dev
-apt-get install -y guile-2.0-dev libtasn1-6-dev libidn11-dev gawk gperf
+apt-get install -y guile-2.0-dev libtasn1-6-dev libidn2-0-dev gawk gperf
apt-get install -y libunbound-dev dns-root-data bison help2man gtk-doc-tools
apt-get install -y texinfo texlive texlive-generic-recommended texlive-extra-utils
```
@@ -64,7 +63,7 @@ Fedora/RHEL:
```
yum install -y git autoconf libtool gettext-devel automake autogen
yum install -y nettle-devel p11-kit-devel autogen-libopts-devel libunistring-devel
-yum install -y trousers-devel guile-devel libtasn1-devel libidn-devel gawk gperf
+yum install -y trousers-devel guile-devel libtasn1-devel libidn2-devel gawk gperf
yum install -y libtasn1-tools unbound-devel bison help2man gtk-doc texinfo texlive
```