mirror of
https://github.com/glest/glest-source.git
synced 2025-08-07 00:46:29 +02:00
Added linux install info.
This commit is contained in:
33
README.md
33
README.md
@@ -24,26 +24,43 @@ Additionally, if you want
|
|||||||
to contribute with the code on Windows, [please follow these
|
to contribute with the code on Windows, [please follow these
|
||||||
instructions](https://github.com/Glest/glest-source/blob/master/mk/windows/README.md).
|
instructions](https://github.com/Glest/glest-source/blob/master/mk/windows/README.md).
|
||||||
|
|
||||||
For other operating systems, you must [**build and install from
|
## Downloads for linux
|
||||||
source**](https://github.com/Glest/glest-source/blob/master/BUILD.md)
|
|
||||||
(Later, we'll be providing binary packages).
|
Glest can be installed using [Snapcraft](https://snapcraft.io/) or [Flatpak](https://flatpak.org/):
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
## Quick Build Guide for Linux
|
## Quick Build Guide for Linux
|
||||||
|
|
||||||
For Linux there are three options:
|
If you can't use Snap or flatpak, you can build Glest from source.
|
||||||
|
|
||||||
1. (Recommended) Using a Flatpak: https://github.com/glest/io.glest.Glest
|
Using the build script:
|
||||||
|
|
||||||
2. 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
|
||||||
|
|
||||||
Then run the following command to start the game:
|
Then run the following command to start the game:
|
||||||
|
|
||||||
glest/mk/linux/build/glest
|
glest/mk/linux/build/glest
|
||||||
|
|
||||||
3. Building manually using CMake: https://github.com/glest/glest-source/blob/master/BUILD.md
|
3. Building manually using CMake: https://github.com/glest/glest-source/blob/master/BUILD.md
|
||||||
|
|
||||||
|
|
||||||
|
For other operating systems, you must [**build and install from
|
||||||
|
source**](https://github.com/Glest/glest-source/blob/master/BUILD.md)
|
||||||
|
(Later, we'll be providing binary packages).
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
* **[Screenshots](https://github.com/Glest/screenshots)**
|
* **[Screenshots](https://github.com/Glest/screenshots)**
|
||||||
|
Reference in New Issue
Block a user