summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2018-05-16 17:59:36 +0200
committerNeal H. Walfield <neal@pep.foundation>2018-05-16 17:59:36 +0200
commit0cbb527d5e53ab4747a567c02dd29992046895ee (patch)
tree8c24ff0496d84295dca1649ce7a63668580e3d22 /README.md
parent56e2e9a6205a21c42a1273114e2be8e373b0b8f3 (diff)
Improve build instructions.
- Note that at least version 3.4 of Nettle is needed and that it is available in Debian testing.
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