Minetest-Appimages
AppImages for Minetest 5.0+ for 32bit and 64bit! Both client and server AppImages are provided.
Tested on fresh installations from the oldest release it works on to the newest release tested: (All of the releases in between should work too)
· Ubuntu (Trusty 14.04, Disco 19.04)
· Debian (8 Jessie, 9 Stretch)
· Fedora (28, 30)
· OpenSUSE (Leap 15, Tumbleweed)
· KDE (Plasma 5.12.8, Ko 5.15.9)
· XFCE (MX Linux 17.1, MX Linux 18.2)
· Archlinux (Antergos 19.4)
Running
Download the AppImages from the release page! Then, make the AppImage an executable by using chmod +x <file>
in the terminal or by right-clicking the file then selecting "Properties" then "Permissions", and checking the executable checkbox. Double-click the AppImage to run Minetest.
The directory used by the Minetest AppImages is $HOME/.minetest/
so you may place your mods, games and texture packs in there.
Setting up Minetest globally
(i.e running minetest from the terminal with minetest-$VERSION
)
First, rename the AppImage to minetest-$VERSION, eg: minetest-5.0.1
Move the AppImage to $HOME/bin/ then open a terminal and run minetest-$VERSION
. Minetest should now launch.
You can now create a launcher in the applications menu to launch it.
Other
Please let me know if you encounter any errors. Report them on the issues page.
Credit to Calinou for the x64 Appimages he created. I used the libraries from them.