summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-04-09 12:55:39 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-04-12 13:07:30 +0200
commit215511fc530de5901a0c1d137c02f843133e5b23 (patch)
tree70dcf2bea2e4a97269cc1fd6e11642e9042ed12a
parente6fe66a47bed9c36da35f4f590dd0fa875ebc7e6 (diff)
readme: Improve Debian instructions.
- Use the generic package name for libclang. - Mention rustup as fallback for buster.
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 419cb7ec..78368156 100644
--- a/README.md
+++ b/README.md
@@ -206,17 +206,19 @@ see below for OS-specific commands to install the needed libraries:
### Debian
```shell
-$ sudo apt install git rustc cargo clang libclang1-9 make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev
+$ sudo apt install git rustc cargo clang libclang-dev make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev
```
Notes:
- - You need at least rustc version 1.48. The version in Debian 10
- (Buster) is too old. The version from Debian 11 (Bullseye) works
- fine.
+ - You need at least `rustc` version 1.48. The version in Debian 10
+ (Buster) is too old, but you can use [rustup]. The version from
+ Debian 11 (Bullseye) works fine.
- You need at least Nettle 3.4.1. Both the versions in Debian 10 (Buster)
and Debian 11 (Bullseye) are fine.
+[rustup]: https://rustup.rs/
+
### Arch Linux
```shell