summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-05-25 11:16:44 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-05-25 11:28:37 +0200
commit95d51c6d725d0f7505a3f1979a23bd4ac1b4a8a6 (patch)
tree8c6b7364fd33550f8a2bd9ec2716208b2037dd64 /README.md
parentc4c306e52a494ab7efc0b89e4a71013d82e8925e (diff)
Fix the required nettle version in README.md.
- Fixes #512.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index bb2d8783..242e1ca1 100644
--- a/README.md
+++ b/README.md
@@ -112,9 +112,9 @@ clean`.
these add `PYTHON=disable` to all `make` invocations. E.g. `make
PYTHON=disable`.
-To build Sequoia, you need at least Rust 1.34 and a few
-libraries. Please see below for OS-specific commands to install
-the needed libraries:
+To build Sequoia, you need at least Rust 1.34 and a few libraries,
+notably the Nettle cryptographic library version 3.4.1 or up. Please
+see below for OS-specific commands to install the needed libraries:
### Debian
@@ -128,7 +128,7 @@ Notes:
(Stretch) is too old. The version from Debian 10 (Buster) works
fine.
- The version of Nettle in Debian 9 (Stretch), is too old. Instead,
- you need at least version 3.4, which is available from Debian 10
+ you need at least version 3.4.1, which is available from Debian 10
(Buster).
### Arch Linux