snapshot
Pre-release
Pre-release
·
91 commits
to develop
since this release
MegaGlest Snapshot Release
This release provides in-development builds of MegaGlest.
Note: these builds are are unstable. You will also need to download the MegaGlest Data separately (not necessary for the AppImage on Linux).
How to use:
- Get the latest data from https://github.com/MegaGlest/megaglest-data via one of these methods:
- Click on the green button "code" -> "Download ZIP". Extract the zip folder, which should leave you with a folder called "megaglest-data" with all the data inside.
- (Note: requires installing git) Clone the git repo:
git clone https://github.com/MegaGlest/megaglest-data.git
. (You may want to use--depth 1
to reduce the download size.) This should leave you with the folder "megaglest-data".
- Select the correct snapshot download below for your OS. (If your distro is linux-based, download the appimage.) Extract the entire contents of your snapshot download into the "megaglest-data" folder you created in the previous step.
- go into the megaglest-data folder and run the executable. (The executable names are:
megaglest.exe
for windows,MegaGlest-*.AppImage
for linux andmegaglest
for macos.)
Updating the AppImage
The AppImage is updateable with appimageupdatetool. If it's not available from your distro, you can download the tool as an AppImage from the repo (linked above) or by using AM, a command line AppImage package manager.