summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index aaf12cc6..d0071734 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,10 @@ Debian:
$ sudo apt install git rustc cargo clang make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev
+Note: the verion 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:
$ sudo pacman -S git cargo clang make pkg-config nettle openssl capnproto sqlite3 --needed