diff options
author | ng0 <ng0@n0.is> | 2019-03-10 18:34:03 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-03-10 18:34:03 +0000 |
commit | 4b943f678220f3a0939c3bccfa092b97cc34ca9e (patch) | |
tree | 16c90c5f19aa78c77be061b66e230ed6dce62ad5 /README | |
parent | aad3915b2760018c1b48b028db363c8ffbe0949f (diff) |
README: clarify curl
Signed-off-by: ng0 <ng0@n0.is>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -34,9 +34,11 @@ These are the direct dependencies for running GNUnet: - libmicrohttpd >= 0.9.42 - libgcrypt >= 1.6 -- libgnurl >= 7.35.0 (recommended, available from +- A curl build against gnutls, or gnurl: + - libgnurl >= 7.35.0 (recommended, available from https://gnunet.org/en/gnurl.html) -- libcurl >= 7.35.0 (alternative to libgnurl) + or + - libcurl >= 7.35.0 (alternative to libgnurl) - libunistring >= 0.9.2 - gnutls >= 3.2.12 (highly recommended a gnutls linked against libunbound) |