https://github.com/k4zmu2a/SpaceCadetPinball
- flatpak with Flathub repository (setup guide at Flathub website)
- flatpak-builder
- make (optional)
# Fedora
sudo dnf install make flatpak-builder
# Ubuntu
sudo apt install make flatpak-builder
You will need the following platforms installed:
- org.freedesktop.Platform
- org.freedesktop.Sdk
flatpak install org.freedesktop.Platform org.freedesktop.Sdk
make
or if you don't have make installed
flatpak-builder --ccache --force-clean --state-dir=build/flatpak-builder --repo=build/flatpak-repo build/flatpak-target com.github.k4zmu2a.spacecadetpinball
make install
or if you don't have make installed
flatpak install --reinstall --or-update -y --user ./build/flatpak-repo com.github.k4zmu2a.spacecadetpinball
make dist
or if you don't have make installed
flatpak build-bundle build/flatpak-repo com.github.k4zmu2a.spacecadetpinball.flatpak com.github.k4zmu2a.spacecadetpinball