Go to file
Cyber Anonymous 7872949745 added more info in readme and chmod in Makefile 2024-01-12 12:58:01 -03:00
.gitignore first commit 2024-01-12 00:29:15 -03:00
Makefile added more info in readme and chmod in Makefile 2024-01-12 12:58:01 -03:00
Readme.md added more info in readme and chmod in Makefile 2024-01-12 12:58:01 -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.

Usage is simple, just clone this repository locally and run:
make
make will do all the heavy lifting (as long as the given dependencies are satisfied)
./minetest.AppImage
minetest.AppImage is the executable, just run ./minetest.AppImage or double click on the file to run