aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-10-21 17:48:50 +0000
committerChristian Grothoff <christian@grothoff.org>2018-10-25 12:01:28 +0200
commit0a97ba60f4f09558b0c2a4b8d2c09e6ff7bfd112 (patch)
treece9503de2771a0a41016c870014ff2ac108e8e7b /README
parent70b9b7a3845340c2ea67c115fd81215dee59e870 (diff)
downloadgnunet-0a97ba60f4f09558b0c2a4b8d2c09e6ff7bfd112.tar.gz
gnunet-0a97ba60f4f09558b0c2a4b8d2c09e6ff7bfd112.zip
libidn + libidn2 support, as proposed by WJ Liu / multiSnow in a github gist.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 0498e3def..3a2870279 100644
--- a/README
+++ b/README
@@ -36,7 +36,10 @@ These are the direct dependencies for running GNUnet:
36- libcurl >= 7.35.0 (alternative to libgnurl) 36- libcurl >= 7.35.0 (alternative to libgnurl)
37- libunistring >= 0.9.2 37- libunistring >= 0.9.2
38- gnutls >= 3.2.12 (highly recommended a gnutls linked against libunbound) 38- gnutls >= 3.2.12 (highly recommended a gnutls linked against libunbound)
39- libidn >= 1.0 39- libidn:
40 - libidn2 (prefered)
41 or
42 - libidn >= 1.0
40- libextractor >= 0.6.1 (highly recommended) 43- libextractor >= 0.6.1 (highly recommended)
41- openssl >= 1.0 (binary, used to generate X.509 certificate) 44- openssl >= 1.0 (binary, used to generate X.509 certificate)
42- libltdl >= 2.2 (part of GNU libtool) 45- libltdl >= 2.2 (part of GNU libtool)