From 345a0cf80da7bc050e510960898e452bc50d971f Mon Sep 17 00:00:00 2001 From: Ady <40644941+adynemo@users.noreply.github.com> Date: Tue, 15 Nov 2022 13:11:01 -0500 Subject: [PATCH] docs: add requirements to build from sources --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d39d7b0..0e0bb71 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,15 @@ Please note that eventhough it is automatically generated, the snapcraft package ## From source -You will probably need to install some things in order to generate the packages from source: `nodejs` and `npm`, and `yarn` at least; and `flatpak-builder` to build the flatpak version. +You will probably need to install some things in order to generate the packages from source: + +- nodejs +- npm +- yarn +- 7z by installing `p7zip` and `p7zip-full` +- make +- wget +- `flatpak-builder` (only to build the flatpak version) ### Flatpak