gMCPIL
gMCPIL copied to clipboard
Simple MInecraft: Pi Edition launcher - GTK+ Edition.
gMCPIL
Simple launcher for Minecraft: Pi Edition and MCPI-Reborn - Vala/GTK+ Edition.
Getting started
Prerequisites
- Debian Buster-based OS or higher
- MCPI-Reborn
Installation
You can install gMCPIL from our APT repo, mcpi-packages:
# If you didn't install mcpi-packages yet
wget -qO- https://raw.githubusercontent.com/MCPI-Revival/mcpi-packages/master/install.sh | bash
# Actual gMCPIL installation
sudo apt install gmcpil
You can also download and install it from the releases section.
Compiling
To build gMCPIL, you'll need Vala, a C compiler, and some additional packages. Assuming a Debian-based distro, you can install them running the commands listed here as root.
After installing the build dependencies, you can clone the repo and build gMCPIL:
git clone https://github.com/MCPI-Revival/gMCPIL
cd gMCPIL
make # Build gMCPIL
make pack # Make a Debian package
You can also set the DEBUG
environment variable to add debug symbols to the executable.
Changelog
See the CHANGELOG.txt file.
Licensing
All the code of this project is licensed under the GNU General Public License version 2.0 (GPL-2.0).
All the documentation of this project is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.