Added Flatpak building instructions

This commit is contained in:
Gabriele Musco 2018-01-25 14:46:11 +00:00
parent d60dbfbd6b
commit f335bedc2a

View File

@ -54,7 +54,16 @@ And `make clean` to clean up the enviroment after instalation.
### Flatpak
Flatpak instructions... Soon™.
#### Building a Flatpak
Download the `org.gnome.Hammond.json` flatpak manifest from this repo.
```bash
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo # Add flathub repo
flatpak --user install flathub org.freedesktop.Sdk.Extension.rust-stable # Install the required rust-stable extension from flathub
flatpak-builder --repo=repo hammond org.gnome.Hammond.json --force-clean
flatpak build-bundle repo hammond org.gnome.hammond
```
## Building