(05-05-2015, 08:27 PM)Safwat Wrote: Direct ARMv6 (Raspberry-pi) download: http://builds.cuberite.org/job/MCServer%...Server.tar
The homepage, where you have a selection of downloads: http://mc-server.org/
You just need to extract the tar file and then run it, here's how to do that via console:
If you don't want the console: The raspberry Pi's desktop might allow you to extract via right clicking the tar and hitting extract, not sure about that though.Code:tar -xvf MCServer.tar #Extract
cd MCServer #Go to the directory
./MCServer #Run
GREAT - You are my new personal minecraft herobrine
(05-05-2015, 08:27 PM)Safwat Wrote: tar -xvf MCServer.tar #Extract
cd MCServer #Go to the directory
./MCServer #Run
[/code]
If you don't want the console: The raspberry Pi's desktop might allow you to extract via right clicking the tar and hitting extract, not sure about that though.
Do you have a startup script - would like to ad it so it starts up when the PI is booting.