From f335bedc2a9ca1a66b0a146906f54a39c9167913 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Thu, 25 Jan 2018 14:46:11 +0000 Subject: [PATCH] Added Flatpak building instructions --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2758805..6e920a6 100644 --- a/README.md +++ b/README.md @@ -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