818 B
818 B
Flatpak Build Instructions
Prerequisites
To build the Flatpak, install the flatpak and flatpak-builder packages
from your repositories. Then, add Flathub.
Now, install the KDE SDK:
flatpak install flathub org.kde.Sdk//5.15-22.08
Building and installing
To build and install the app locally:
flatpak-builder --force-clean --install --user builddir build-aux/flatpak/org.thentrythis.Samplebrain.yaml
Building and exporting
To build and export a Flatpak bundle:
flatpak-builder --force-clean --repo=repo builddir build-aux/flatpak/org.thentrythis.Samplebrain.yaml
flatpak build-bundle repo org.thentrythis.Samplebrain.flatpak org.thentrythis.Samplebrain
To install the bundle:
flatpak install org.thentrythis.Samplebrain.flatpak