mgerdes / Open-Golf

A cross-platform minigolf game written in C.
MIT License
1.79k stars 85 forks source link

Flatpak package? #10

Open Newbytee opened 2 years ago

Newbytee commented 2 years ago

Hi! Are there any plans to provide a Flatpak package of Open Golf? It would make it easier to install on Linux. It could also be nice to have it published on Flathub, which would make it available in the default store apps of many Linux distributions.

lunaneff commented 2 years ago

I could maintain it if that's ok with you @mgerdes. I'll see if I can get a flatpak manifest to work.

lunaneff commented 2 years ago

I got it running, the build files are at laurinneff/flathub on the me.mgerdes.open_golf branch

To build and install, clone that repo, make sure you're on the me.mgerdes.open_golf branch, and run:

flatpak-builder --force-clean --install --user repo/ me.mgerdes.open_golf.yml

The only issue that I've found so far is that audio doesn't work, but I'll see if I can find a way to solve this tomorrow