minecraft-pi-reborn/docs/INSTALL.md

25 lines
911 B
Markdown
Raw Normal View History

2022-04-24 03:01:52 +00:00
# Installation
2022-06-26 03:03:46 +00:00
## AppImage
2022-04-24 03:01:52 +00:00
Download packages [here](https://jenkins.thebrokenrail.com/job/minecraft-pi-reborn/job/master/lastSuccessfulBuild/artifact/out/).
2021-02-18 19:04:59 +00:00
2022-07-15 21:27:21 +00:00
### System Requirements
* Debian Buster/Ubuntu 18.04 Or Higher
* Client-Only Dependencies
* Graphics Drivers
* GTK+ 3
* Debian/Ubuntu: ``sudo apt install libgtk-3-0``
2022-09-23 21:55:38 +00:00
* Arch: ``sudo pacman -S gtk3``
2022-07-15 21:27:21 +00:00
* OpenAL
* Debian/Ubuntu: ``sudo apt install libopenal1``
2022-09-23 21:55:38 +00:00
* Arch: ``sudo pacman -S openal``
2022-07-15 21:27:21 +00:00
2022-06-26 03:03:46 +00:00
### Running
Follow [these](https://docs.appimage.org/introduction/quickstart.html#how-to-run-an-appimage) instructions.
## Flatpak
2022-06-26 03:38:29 +00:00
<a href="https://flathub.org/apps/details/com.thebrokenrail.MCPIReborn"><img width="240" alt="Download On Flathub" src="https://flathub.org/assets/badges/flathub-badge-en.svg" /></a>
2022-06-26 03:03:46 +00:00
### Note
Game data is stored in ``~/.var/app/com.thebrokenrail.MCPIReborn/.minecraft-pi`` instead of ``~/.minecraft-pi``.