Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/com.github.k4zmu2a.spacecadetpinball
https://github.com/flathub/com.github.k4zmu2a.spacecadetpinball
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/com.github.k4zmu2a.spacecadetpinball
- Owner: flathub
- Created: 2021-12-28T08:33:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T03:03:57.000Z (2 months ago)
- Last Synced: 2024-10-24T19:59:59.321Z (2 months ago)
- Language: Makefile
- Homepage: https://flathub.org/apps/details/com.github.k4zmu2a.spacecadetpinball
- Size: 1.44 MB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D Pinball for Windows – Space Cadet
## Upstream repository
## Building the flatpak
### Prerequisites
- flatpak with Flathub repository (setup guide at [Flathub website](https://flatpak.org/setup/))
- flatpak-builder
- make (optional)```bash
# 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```bash
flatpak install org.freedesktop.Platform org.freedesktop.Sdk
```### Compile
```bash
make
```or if you don't have make installed
```bash
flatpak-builder --ccache --force-clean --state-dir=build/flatpak-builder --repo=build/flatpak-repo build/flatpak-target com.github.k4zmu2a.spacecadetpinball
```### Installing
```bash
make install
```or if you don't have make installed
```bash
flatpak install --reinstall --or-update -y --user ./build/flatpak-repo com.github.k4zmu2a.spacecadetpinball
```### Export bundle
```bash
make dist
```or if you don't have make installed
```bash
flatpak build-bundle build/flatpak-repo com.github.k4zmu2a.spacecadetpinball.flatpak com.github.k4zmu2a.spacecadetpinball
```