mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 07:31:21 +02:00
Updated Linux install options.
This commit is contained in:
23
README.md
23
README.md
@@ -26,26 +26,17 @@ instructions](https://github.com/Glest/glest-source/blob/master/mk/windows/READM
|
||||
|
||||
## 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:
|
||||
|
||||
snap install --devmode --edge glest
|
||||
|
||||
Fix for a bug currently in Glest:
|
||||
|
||||
mkdir ~/snap/glest/1/.glest/
|
||||
|
||||
Run Glest:
|
||||
|
||||
glest
|
||||
|
||||
2. Install using Flatpak: https://github.com/glest/io.glest.Glest
|
||||
1. [](https://snapcraft.io/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.
|
||||
|
||||
3. Install using Flatpak: https://github.com/glest/io.glest.Glest
|
||||
|
||||
## Quick Build Guide for Linux
|
||||
|
||||
If you can't use Snap or flatpak, you can build Glest from source.
|
||||
|
||||
Using the build script:
|
||||
|
||||
git clone https://github.com/Glest/glest-source.git glest; sudo glest/mk/linux/setup.sh
|
||||
|
Reference in New Issue
Block a user