Added some flatpak instructions to the README

This commit is contained in:
Robby Zampino
2019-09-10 16:35:37 -06:00
committed by Sumner Evans
parent 1903c46c65
commit 391fe5b210

View File

@@ -10,3 +10,11 @@ Design Decisions
- The ``server`` module is stateless. The only thing that it does is allow the - 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. 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.