2021-02-18 19:04:59 +00:00
|
|
|
# Manual Installation
|
2021-06-17 21:32:24 +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
|
|
|
|
2021-09-12 03:18:12 +00:00
|
|
|
## Supported Distributions
|
|
|
|
* Ubuntu 20.04+
|
|
|
|
* Debian Bullseye+
|
|
|
|
|
2021-06-17 21:32:24 +00:00
|
|
|
## Picking A Package
|
2021-02-18 19:04:59 +00:00
|
|
|
|
2021-06-17 21:32:24 +00:00
|
|
|
### Name Format
|
2021-02-18 19:04:59 +00:00
|
|
|
```
|
2021-09-12 03:18:12 +00:00
|
|
|
minecraft-pi-reborn-<Variant>_X.Y.Z_<Architecture>
|
2021-02-18 19:04:59 +00:00
|
|
|
```
|
|
|
|
|
2021-06-17 21:32:24 +00:00
|
|
|
### Picking A Variant
|
|
|
|
* ``client``: Client mode, use this if you want to play MCPI
|
2021-06-18 00:54:35 +00:00
|
|
|
* ``server``: Server mode, use this if you want to host a dedicated MCPI server
|
2021-02-18 19:04:59 +00:00
|
|
|
|
2021-06-17 21:32:24 +00:00
|
|
|
### Picking An Architecture
|
|
|
|
* ``amd64``: x86_64, use this if you are using a device with an AMD or Intel processor
|
2021-06-29 22:51:51 +00:00
|
|
|
* ``armhf``: ARM 32-Bit, use this if you are using an ARM device (like a Raspberry Pi)
|
|
|
|
* ``arm64``: ARM 64-Bit, ``armhf`` but for 64-bit devices
|