Fix DEB And Update README
This commit is contained in:
parent
8b61701707
commit
9f4e9a892c
31
README.md
31
README.md
@ -1,30 +1,5 @@
|
|||||||
# Minecraft: Pi Edition For Docker
|
# Minecraft: Pi Edition For Docker
|
||||||
|
This is a project allowing Minecraft: Pi Edition to be run without a Raspberry Pi using Docker.
|
||||||
|
|
||||||
## Dependencies
|
## Setup
|
||||||
```sh
|
[View Binaries](https://jenkins.thebrokenrail.com/job/minecraft-pi-docker/job/master/lastSuccessfulBuild/artifact/out/)
|
||||||
# Required For Hardware Acceleration
|
|
||||||
sudo apt install virgl-server
|
|
||||||
|
|
||||||
# Required For ARM Support
|
|
||||||
sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
|
||||||
```
|
|
||||||
|
|
||||||
## Tutorial
|
|
||||||
```sh
|
|
||||||
virgl_test_server &
|
|
||||||
PID="$!"
|
|
||||||
|
|
||||||
xhost local:root
|
|
||||||
|
|
||||||
sudo docker run -v /tmp/.X11-unix:/tmp/.X11-unix -v /tmp/.virgl_test:/tmp/.virgl_test -v ~/.minecraft-pi:/root/.minecraft --network host -e DISPLAY=unix${DISPLAY} thebrokenrail/minecraft-pi
|
|
||||||
|
|
||||||
kill "${PID}"
|
|
||||||
```
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
```sh
|
|
||||||
./install.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
## Tweaks
|
|
||||||
The included version of Minecraft: Pi Ediiton is slightly modified to use the touchscreen UI.
|
|
||||||
|
2
debian/DEBIAN/control
vendored
2
debian/DEBIAN/control
vendored
@ -4,4 +4,4 @@ Maintainer: TheBrokenRail <connor24nolan@live.com>
|
|||||||
Description: Fun with Blocks
|
Description: Fun with Blocks
|
||||||
Homepage: https://www.minecraft.net/en-us/edition/pi
|
Homepage: https://www.minecraft.net/en-us/edition/pi
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Depends: docker-io, virgl-server
|
Depends: docker.io, virgl-server
|
||||||
|
Loading…
Reference in New Issue
Block a user