minetestappimage/Readme.md

16 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2024-01-12 04:29:15 +01:00
### AppImage Minetest Podman
This script was created so that you can generate your own appimage without cluttering your system with minetest compilation dependencies, without having to blindly trust the appimage created by a third party.
2024-01-12 04:35:06 +01:00
The dependencies for this project are:<br/>
make <br/>
2024-01-12 04:29:15 +01:00
podman
2024-01-12 04:35:06 +01:00
The script will compile the most recent source code provided by the minetest repository itself, download the program responsible for generating the appimage and create the executable, all within a podman container, after which, as informed in the Makefile, it will copy the appimage to the project folder, at the end of creating the appimage, the Makefile will also remove the container and the image, after all, you will no longer need this after having the appimage.
2024-01-12 04:31:35 +01:00
2024-01-12 04:35:06 +01:00
Usage is simple, just clone this repository locally and run: <br/>
make <br/>
make will do all the heavy lifting (as long as the given dependencies are satisfied) <br/>
./minetest.AppImage <br/>
minetest.AppImage is the executable, just run ./minetest.AppImage or double click on the file to run