https://github.com/an0n3m0us/minetest-appimages
Minetest Appimages
https://github.com/an0n3m0us/minetest-appimages
appimages minetest
Last synced: 2 months ago
JSON representation
Minetest Appimages
- Host: GitHub
- URL: https://github.com/an0n3m0us/minetest-appimages
- Owner: An0n3m0us
- Created: 2019-05-22T22:21:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T16:31:47.000Z (over 1 year ago)
- Last Synced: 2025-01-30T20:05:22.119Z (3 months ago)
- Topics: appimages, minetest
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 33
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minetest-AppImages
AppImages for Minetest dev builds in 32 bit[^1] and 64bit! Both client and server are in the same executable.
Tested on fresh installations from the oldest releases to the newest releases tested:
· Ubuntu (Zesty 17.04, Mantic 23.10)
· Fedora (33, 39)
· OpenSUSE (Leap 15.5, Tumbleweed 20231219)
· Archlinux (Manjaro 23.1.0)
For Chromebook users: https://www.linuxmadesimple.info/2020/07/how-to-install-minetest-53-on-chromebook.html
[^1]: Halted unless a need for i386 arises as it requires extra work to compile, test and manage libraries
All of the releases in between should work too.
Please let me know if you encounter any errors. Report them on the issues page.
## Running
Download the AppImages from the release page! Then, make the AppImage an executable by entering `chmod +x $FILE` in a terminal or by right-clicking the file then selecting "Properties" then "Permissions", and checking the executable checkbox. Then, 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.
To run a Minetest server, enter this command in a terminal:
`$PATH_TO_APPIMAGE/Minetest-$VERSION-$ARCH.AppImage --server`
## Setting up Minetest on your system globally
(i.e running minetest from the terminal with `minetest`)First, rename the AppImage to minetest-$VERSION or just minetest; eg: minetest-5.1.1
Move the AppImage to $HOME/bin/ then open a terminal and enter `minetest-$VERSION` or `minetest`. Minetest should now launch.
You can now create a launcher in the applications menu to launch it.