Installation du serveur Cuberite

Installation du serveur Cuberite.

I) Installation du serveur :

* Serveur :
– Matériel : Raspberry Pi 3
– Distribution : Raspbian Jessie
– Compilateur : g++ GNU 4.9.2

1) installation des paquets de développement :

pi@raspberrypi:~ $ sudo apt-get install clang git cmake make build-essential

2) Répertoire de travail :

pi@raspberrypi:~ $ mkdir -p JEUX/MINECRAFT.servcraft/Serveur
pi@raspberrypi:~ $ cd JEUX/MINECRAFT.servcraft/Serveur/
pi@raspberrypi:~/JEUX/MINECRAFT.servcraft/Serveur $ 

3) Téléchargement du code source :

pi@raspberrypi:~/JEUX/MINECRAFT.servcraft/Serveur $ git clone --recursive https://github.com/cuberite/cuberite.git
[~/JEUX/MINECRAFT.servcraft/Serveur] ➔ cd cuberite/

4) Compilation :

pi@raspberrypi:~/JEUX/MINECRAFT.servcraft/Serveur/cuberite $ ./compile.sh 

5) Lancement du serveur :

pi@raspberrypi:~/JEUX/MINECRAFT.servcraft/Serveur/cuberite $ cd Server/
pi@raspberrypi:~/JEUX/MINECRAFT.servcraft/Serveur/cuberite/Server $ ./Cuberite 

II) Client Minecraft

* Client :
– Matériel : PC x86 32bits
– Distribution : Ubuntu 14.04
– Client Minecraft : version 1.8.9

Leave a Reply

You must be logged in to post a comment.