From 391fe5b2105a1bcc6edd27029a88461f8d8eb0b5 Mon Sep 17 00:00:00 2001 From: Robby Zampino Date: Tue, 10 Sep 2019 16:35:37 -0600 Subject: [PATCH] Added some flatpak instructions to the README --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index cb8de22..be91d77 100644 --- a/README.rst +++ b/README.rst @@ -10,3 +10,11 @@ Design Decisions - The ``server`` module is stateless. The only thing that it does is allow the module's user to query the Airsonic server via the API. + +flatpak Support +=============== + +- A flatpak-builder environment must be setup on the build machine to do a flatpak build. This includes `org.gnome.SDK//3.32` and `org.gnome.Platform//3.32`. +- The `flatpak` folder contains the required files to build a flatpak package. +- The repository must be cloned to include submodules as they are used to manage some flatpak dependencies. +- The script `flatpak_build.sh` will run the required commands to grab the remaining dependencies and build the flatpak.