diff options
author | ng0 <ng0@n0.is> | 2019-02-22 11:35:37 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-22 11:35:37 +0000 |
commit | e78436c9fb799ac8bd19b0c6d3ffa0629aaa7936 (patch) | |
tree | a102680afc52f3a68603b47e87760ca8674b4f4c /README | |
parent | bb38e890e0d8636e51097ba4206f1961e278f9c1 (diff) |
fix README url
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ These are the direct dependencies for running GNUnet: - libmicrohttpd >= 0.9.42 - libgcrypt >= 1.6 -- libgnurl >= 7.35.0 (recommended, available from https://gnunet.org/en/libgnurl.html) +- libgnurl >= 7.35.0 (recommended, available from https://gnunet.org/en/gnurl.html) - libcurl >= 7.35.0 (alternative to libgnurl) - libunistring >= 0.9.2 - gnutls >= 3.2.12 (highly recommended a gnutls linked against libunbound) @@ -195,7 +195,7 @@ If you install from source, you need to install GNU libextractor first (download from https://www.gnu.org/software/libextractor/). We also recommend installing GNU libmicrohttpd (download from https://www.gnu.org/software/libmicrohttpd/). Furthermore we recommend -libgnurl (from https://gnunet.org/en/libgnurl.html). +libgnurl (from https://gnunet.org/en/gnurl.html). Then you can start the actual GNUnet compilation process with: |