CubeDown - automatically download and compile MCServer
#1
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)"
Reply
Thanks given by:
#2
Moved to a repo.
Reply
Thanks given by:
#3
This is now part of the Master branch, I updated the links.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)