CubeDown - automatically download and compile MCServer - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: CubeDown - automatically download and compile MCServer (/thread-1937.html) |
CubeDown - automatically download and compile MCServer - LogicParrot - 05-11-2015 I made a little Bash script which automatically downloads and compiles MCServer. It's the lazy version of compiling yourself. Raspberry Pi users that are experiencing issue #1976 can use this to run MCServer. The script can detect missing compilation dependencies and tell the user how to install them. The script also works as an update script. If you run it twice, the second time will download updates (git fetch). It also allows you to choose between different branches, and between Debug and Release. Download and compile one-liner: Code: bash -c "$(wget -O - https://raw.githubusercontent.com/mc-server/MCServer/master/compile.sh)" RE: CubeDown - automatically download and compile MCServer - LogicParrot - 05-14-2015 Moved to a repo. RE: CubeDown - automatically download and compile MCServer - LogicParrot - 05-29-2015 This is now part of the Master branch, I updated the links. |