summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-08-24 14:36:44 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-08-24 14:36:44 +0200
commite0f20bbf1462957277119607ca2c0424fc657885 (patch)
tree8b6cbde2ab56102e8d8d8d34606c70548115ae94 /README.md
parente53ece109ad856d15580cf9fdbfca4232769d367 (diff)
Mention the need for rustc >= 1.26.0.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index af3bf2b1..38a2d2f5 100644
--- a/README.md
+++ b/README.md
@@ -80,9 +80,14 @@ Debian:
$ sudo apt install git rustc cargo clang make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev
-Note: the version of Nettle in Debian 9 (Debian Stable as of 2018), is
-too old. Instead, you need at least version 3.4, which is available
-from Debian testing.
+Notes:
+
+ - You need at least rustc version 1.26.0. The version in Debian 9
+ (Debian Stable as of 2018) is too old. The version from testing
+ works fine.
+ - The version of Nettle in Debian 9 (Debian Stable as of 2018), is
+ too old. Instead, you need at least version 3.4, which is
+ available from Debian testing.
Arch Linux: