added how to use the project

This commit is contained in:
Cyber Anonymous 2024-01-12 00:31:35 -03:00
parent 9b125857e4
commit ce595940f1
1 changed files with 5 additions and 1 deletions

View File

@ -6,4 +6,8 @@ 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
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
this will do all the heavy lifting (as long as the given dependencies are satisfied)