diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2024-03-01 10:08:56 +0100 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2024-03-01 10:08:56 +0100 |
commit | ea8995bfdb78dc77e4c896360f54a8093860c424 (patch) | |
tree | 28a1f60a0a7cfe9d3db7c7f52eda2c6bd0d541ef | |
parent | 3c6175c06b11987c08ce01d511a43e2ec1adee8f (diff) | |
download | gnunet-ea8995bfdb78dc77e4c896360f54a8093860c424.tar.gz gnunet-ea8995bfdb78dc77e4c896360f54a8093860c424.zip |
build: Add gmp dependency to README
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ Direct dependencies of GNUnet: | |||
93 | linked against libunbound) | 93 | linked against libunbound) |
94 | - libcurl >= 7.85.0 (ideally built against gnutls) | 94 | - libcurl >= 7.85.0 (ideally built against gnutls) |
95 | - libgcrypt >= 1.6 | 95 | - libgcrypt >= 1.6 |
96 | - libgmp any (is also an indirect dependency of gcrypt) | ||
96 | - libunistring >= 0.9.2 | 97 | - libunistring >= 0.9.2 |
97 | - libidn: | 98 | - libidn: |
98 | * libidn2 (preferred) | 99 | * libidn2 (preferred) |