From 9f4e9a892c109556246afdd786e964ec326d749c Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sat, 26 Sep 2020 23:35:13 -0400 Subject: [PATCH] Fix DEB And Update README --- README.md | 31 +++---------------------------- debian/DEBIAN/control | 2 +- 2 files changed, 4 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 2a880e6..8466157 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,5 @@ # Minecraft: Pi Edition For Docker +This is a project allowing Minecraft: Pi Edition to be run without a Raspberry Pi using Docker. -## Dependencies -```sh -# 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. +## Setup +[View Binaries](https://jenkins.thebrokenrail.com/job/minecraft-pi-docker/job/master/lastSuccessfulBuild/artifact/out/) diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control index 4fca136..084171a 100644 --- a/debian/DEBIAN/control +++ b/debian/DEBIAN/control @@ -4,4 +4,4 @@ Maintainer: TheBrokenRail Description: Fun with Blocks Homepage: https://www.minecraft.net/en-us/edition/pi Architecture: amd64 -Depends: docker-io, virgl-server +Depends: docker.io, virgl-server