diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-14 10:42:32 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-21 11:39:33 +0100 |
commit | 9911a615bc2f813c5f1aab7731201dd4fe0ba83d (patch) | |
tree | 7c08bb6c87d0561c4e044679a97d27f9bbbf63c8 /README.md | |
parent | 48bf033618f81c2b8ad41485c471669e9446c06a (diff) | |
download | gnutls-9911a615bc2f813c5f1aab7731201dd4fe0ba83d.tar.gz |
doc: mention the RFC7613 normalization and the libunistring dependency
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 ``` |