Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

MCPI-Revival/gMCPIL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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