summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-14 10:42:32 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-21 11:39:33 +0100
commit9911a615bc2f813c5f1aab7731201dd4fe0ba83d (patch)
tree7c08bb6c87d0561c4e044679a97d27f9bbbf63c8 /README.md
parent48bf033618f81c2b8ad41485c471669e9446c06a (diff)
downloadgnutls-9911a615bc2f813c5f1aab7731201dd4fe0ba83d.tar.gz
doc: mention the RFC7613 normalization and the libunistring dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index abb7f8789e..d782f61f81 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ We require several tools to check out and build the software, including:
* [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)
+* [Libunistring](http://www.gnu.org/software/libunistring/) (optional, for internationalization)
* [AWK](http://www.gnu.org/software/awk/) (for make dist, pmccabe2html)
* [git2cl](http://savannah.nongnu.org/projects/git2cl/) (for make dist, ChangeLog)
* [bison](http://www.gnu.org/software/bison) (for datetime parser in certtool)
@@ -50,7 +51,7 @@ some hints:
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
+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 git2cl
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
@@ -59,7 +60,7 @@ apt-get install -y texinfo texlive texlive-generic-recommended texlive-extra-uti
Fedora/RHEL:
```
yum install -y git autoconf libtool gettext-devel automake autogen
-yum install -y nettle-devel p11-kit-devel autogen-libopts-devel
+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 git2cl
yum install -y libtasn1-tools unbound-devel bison help2man gtk-doc texinfo texlive
```