Merge branch 'patch-1' into 'master'

Added Flatpak building instructions

See merge request alatiera/Hammond!13
This commit is contained in:
Jordan Petridis 2018-01-25 19:42:45 +00:00
commit a57fdef01d

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