aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-25 10:06:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-25 10:06:56 +0000
commit5f7b5fb33b16a170fde12325150233f1bc014893 (patch)
tree3288b09252cfb8f5efab3554c3195de282ef27e0 /README
parent7d6a6d6b4ebfaae41b05a4a948a89520420fcd11 (diff)
downloadgnunet-5f7b5fb33b16a170fde12325150233f1bc014893.tar.gz
gnunet-5f7b5fb33b16a170fde12325150233f1bc014893.zip
fix #2901: fail hard if libidn or header are not found
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index cf3562f12..ee0af1dcc 100644
--- a/README
+++ b/README
@@ -45,6 +45,7 @@ These are the direct dependencies for running GNUnet:
45- libcurl >= 7.21.3 45- libcurl >= 7.21.3
46- libunistring >= 0.9.2 46- libunistring >= 0.9.2
47- gnutls >= 2.12.0 47- gnutls >= 2.12.0
48- libidn >= 1.0
48- libltdl >= 2.2 (part of GNU libtool) 49- libltdl >= 2.2 (part of GNU libtool)
49- sqlite >= 3.0 (default database) 50- sqlite >= 3.0 (default database)
50- mysql >= 5.1 (alternative to sqLite) 51- mysql >= 5.1 (alternative to sqLite)