MCPI-Revival / gMCPIL

Simple MInecraft: Pi Edition launcher - GTK+ Edition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gMCPIL

Simple launcher for Minecraft: Pi Edition and MCPI-Reborn - Vala/GTK+ Edition.

GPL-2.0 Latest release

screenshot

Getting started

Prerequisites

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.

CC BY-SA 4.0

About

Simple MInecraft: Pi Edition launcher - GTK+ Edition.

License:GNU General Public License v2.0


Languages

Language:Vala 92.2%Language:Makefile 6.4%Language:Shell 1.3%