Go to file
Cyber Anonymous 9b125857e4 first commit 2024-01-12 00:29:15 -03:00
.gitignore first commit 2024-01-12 00:29:15 -03:00
Makefile first commit 2024-01-12 00:29:15 -03:00
Readme.md first commit 2024-01-12 00:29:15 -03:00
minetest.Dockerfile first commit 2024-01-12 00:29:15 -03:00

Readme.md

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.

The dependencies for this project are: make podman

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