mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
Updated Linux install options.
This commit is contained in:
19
README.md
19
README.md
@@ -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. [](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
|
||||||
|
Reference in New Issue
Block a user