Updated Linux install options.

This commit is contained in:
James Sherratt
2019-04-21 02:44:17 +01:00
committed by GitHub
parent 2757bf404d
commit f435e24fe0

View File

@@ -26,26 +26,17 @@ instructions](https://github.com/Glest/glest-source/blob/master/mk/windows/READM
## Downloads for linux ## Downloads for linux
Glest can be installed using [Snapcraft](https://snapcraft.io/) or [Flatpak](https://flatpak.org/): Three distro-agnostic options are available for Glest on linux:
1. (Recommended) Install Glest using Snapcraft: 1. [![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/glest)
snap install --devmode --edge glest 2. Download the AppImage here: https://drive.google.com/file/d/1vi4SdX97y_xjZ-8EQTf7n62jugkTqROc/view?usp=sharing
To run, set the `.AppImage` file to executable with `chmod +x Glest*.AppImage`, then just execute it.
Fix for a bug currently in Glest: 3. Install using Flatpak: https://github.com/glest/io.glest.Glest
mkdir ~/snap/glest/1/.glest/
Run Glest:
glest
2. Install using Flatpak: https://github.com/glest/io.glest.Glest
## Quick Build Guide for Linux ## Quick Build Guide for Linux
If you can't use Snap or flatpak, you can build Glest from source.
Using the build script: Using the build script:
git clone https://github.com/Glest/glest-source.git glest; sudo glest/mk/linux/setup.sh git clone https://github.com/Glest/glest-source.git glest; sudo glest/mk/linux/setup.sh