From 2d5bcdf6df943bfcbca84dccee272f3194b05d67 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sun, 20 Mar 2022 15:22:18 +0000 Subject: [PATCH] Update How To Build --- How-To-Build.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/How-To-Build.md b/How-To-Build.md index d4fa95a..0b7b947 100644 --- a/How-To-Build.md +++ b/How-To-Build.md @@ -54,6 +54,12 @@ flutter build web --release * Enable Desktop support in Flutter: https://flutter.dev/desktop +#### Install custom dependencies (Linux) + +```bash +sudo apt install libjsoncpp1 libsecret-1-dev libsecret-1-0 librhash0 libwebkit2gtk-4.0-dev libolm3 +``` + * Build with one of these: ```bash flutter build linux --release