From 5abd379edb41c873ee5af38c2ca976b7e0781c26 Mon Sep 17 00:00:00 2001 From: su-ex Date: Fri, 10 Dec 2021 13:27:45 +0100 Subject: [PATCH] Update Debian dependencies for bullseye --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fde8f7..20b0099 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,11 @@ Development happens in the `sc` branch, which might be **broken at any time**! Since Debian is usually slow to update packages on its stable releases, some dependencies might not be recent enough to build SchildiChat. -The following are the dependencies required to build SchildiChat Web/Desktop on Debian 10: +The following are the dependencies required to build SchildiChat Web/Desktop on Debian 11 (bullseye): ``` -# apt install vim curl git make gcc g++ libsqlcipher-dev pkg-config libsecret-1-dev bsdtar +# apt install vim curl git make gcc g++ python jq libsqlcipher-dev pkg-config libsecret-1-dev libarchive-tools + # curl -sL https://deb.nodesource.com/setup_14.x | bash - # apt update # apt install nodejs