From eb50135ba961a7b4b72aec4fc47aa633590f060a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sat, 14 Sep 2019 08:21:12 +0200 Subject: [PATCH] Mention dependencies on GNU make and GNU GMP in the README file. --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 8355739b..06656efb 100644 --- a/README +++ b/README @@ -30,7 +30,9 @@ information on how these licenses apply). If you have downloaded a Nettle release, build it with the usual ./configure && make && make check && make install (see the INSTALL -file for further instructions). +file for further instructions). Using GNU make is strongly +recommended. Nettle's support for public key algorithms, such as RSA +and ECDSA, depends on the GNU GMP library. You can also get Nettle from git, see http://www.lysator.liu.se/~nisse/nettle/ for current instructions. In -- GitLab