From 215511fc530de5901a0c1d137c02f843133e5b23 Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Fri, 9 Apr 2021 12:55:39 +0200 Subject: readme: Improve Debian instructions. - Use the generic package name for libclang. - Mention rustup as fallback for buster. --- README.md | 10 ++++++---- 1 file 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 -- cgit v1.2.3