From 6d548ce197c8b4b74aa6f44ebc393dae8089a638 Mon Sep 17 00:00:00 2001 From: NaiJi Date: Thu, 3 Nov 2022 00:50:36 +0400 Subject: [PATCH] docs: Add brief list of critical packages for Linux build Since I always forget what implicit dependencies this application has, maybe we need better documentation structure --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cce3b61f..feb332f2 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ Application will do the following things for you: Supported platforms are Android, Linux, and Windows. We are looking forward to support iOS and macOS builds. +For Linux builds, make sure you have these packages installed: +|Arch-based|Debian-based| +|----------|------------| +|pacman -S ninja xdg-user-dirs gnome-keyring unzip xz-utils zip|apt install ninja-build xdg-user-dirs gnome-keyring unzip xz-utils zip| + +Install [Flutter](https://docs.flutter.dev/get-started/install/linux) and [Android SDK tools](https://developer.android.com/studio/command-line/sdkmanager), then try your setup: + ``` flutter pub get