========================================================================================
This project is no longer maintained. If you would like to contact about this, please find us on Discord.
========================================================================================
Generate all the files to create a Flatpak release of Glest.
More about flatpak: https://flatpak.org/
Flatpak project: https://github.com/flatpak
- Install Flatpak for your linux distribution: https://flatpak.org/setup/ (with flathub).
- Download Glest.flatpak from https://github.com/glest/io.glest.Glest/releases
- Install by double-clicking on Glest.flatpak to install using your graphical package manager, or run
flatpak install Glest.flatpak
in the terminal. - Run Glest from your menu, or in the terminal run
flatpak run io.glest.Glest
Notes:
- amd64/x86_64 linux required.
- Glest userdata is stored in
$HOME/.var/app/io.glest.Glest/.glest
.
- Install Flatpak for your Linux distribution: https://flatpak.org/setup/
- Install the freedesktop tools:
flatpak install flathub org.freedesktop.Platform//18.08 org.freedesktop.Sdk//18.08
. - Clone this git repo:
git clone --recursive https://github.com/glest/io.glest.Glest.git
. It is important to use the--recursive
flag when cloning. - Inside the repo, run this command
flatpak-builder --repo=Glest --force-clean Glest-build io.glest.Glest.json
. This will build the repo and save it into the folderGlest
. - Build the Glest package by running
flatpak build-bundle Glest Glest.flatpak io.glest.Glest
. This will create the package Glest.flatpak. - Install Glest using the instructions above.