Skip to content

flathub/com.github.k4zmu2a.spacecadetpinball

Repository files navigation

3D Pinball for Windows – Space Cadet

Upstream repository

https://github.com/k4zmu2a/SpaceCadetPinball

Building the flatpak

Prerequisites

  • 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

Compile

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

Installing

make install

or if you don't have make installed

flatpak install --reinstall --or-update -y --user ./build/flatpak-repo com.github.k4zmu2a.spacecadetpinball

Export bundle

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