[Jeu] XEvil
[Jeu] XEvil. 1) Activation des sources des paquetages : Ouvrir : /etc/apt/sources.list Chercher : #deb-src http://mirror.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian/ wheezy main contrib non-free rpi Remplacer par : deb-src http://mirror.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian/ wheezy main contrib non-free rpi Action : sudo apt-get update 2) Répertoire de travail : [~] ➔ mkdir -p JEUX/XEVIL [~] ➔ cd JEUX/XEVIL/ 3) Installation des paquetages de […]
[Jeu] Exult
[Jeu] Exult. 1) Paquetages à installer : [~] ➔ sudo apt-get install libglade2-dev libgladeui-1-dev libgladeui-dev glade 2) Répertoire de travail : [~] ➔ mkdir -p JEUX/EXULT [~] ➔ cd JEUX/EXULT/ [~/JEUX/EXULT] ➔ 3) Téléchargement du code source : [~/JEUX/EXULT] ➔ svn checkout svn://svn.code.sf.net/p/exult/code/ exult [~/JEUX/EXULT] ➔ cd exult/exult/trunk/ [~/JEUX/EXULT/exult/exult/trunk] ➔ 4) Configuration de la compilation […]
[Jeu] Zelda ROTH
[Jeu] Zelda ROTH. 1) Répertoire de travail : [~] ➔ mkdir -p JEUX/ZELDA/ROTH [~] ➔ cd JEUX/ZELDA/ROTH/ 2) Téléchargement du code source : [~/JEUX/ZELDA/ROTH] ➔ wget http://www.zeldaroth.fr/fichier/ROTH/linux/ZeldaROTH-src-linux.zip 3) Décompression de l’archive : [~/JEUX/ZELDA/ROTH] ➔ unzip ZeldaROTH-src-linux.zip [~/JEUX/ZELDA/ROTH] ➔ cd ZeldaROTH-src-linux/src/ [~/JEUX/ZELDA/ROTH/ZeldaROTH-src-linux/src] ➔ 4) Compilation : [~/JEUX/ZELDA/ROTH/ZeldaROTH-src-linux/src] ➔ make 5) Installation : [~/JEUX/ZELDA/ROTH/ZeldaROTH-src-linux/src] ➔ sudo make […]
[Jeu] Knights
[Jeu] Knights. 1) Répertoire de travail : [~] ➔ mkdir -p JEUX/KNIGHTS [~] ➔ cd JEUX/KNIGHTS/ [~/JEUX/KNIGHTS] ➔ 2) Téléchargement du code source : [~/JEUX/KNIGHTS] ➔ wget http://www.knightsgame.org.uk/files/knights_025_src.tar.gz 3) Décompression de l’archive : [~/JEUX/KNIGHTS] ➔ tar xvfz knights_025_src.tar.gz [~/JEUX/KNIGHTS] ➔ cd knights_025_src/ [~/JEUX/KNIGHTS/knights_025_src] ➔ 4) Compilation : [~/JEUX/KNIGHTS/knights_025_src] ➔ make 5) Installation : [~/JEUX/KNIGHTS/knights_025_src] ➔ […]
[Jeu] Sleep is Death
[Jeu] Sleep is Death. 1) Répertoire de travail : [~] ➔ mkdir -p JEUX/SID [~] ➔ cd JEUX/SID/ [~/JEUX/SID] ➔ 2) Téléchargement l’archive du code source : http://sleepisdeath.net/ [~/JEUX/SID] ➔ cp /SleepIsDeath_v16_UnixSource.tar.gz . 3) Installation du serveur : – Décompression de l’archive : [~/JEUX/SID] ➔ tar xvfz SleepIsDeath_v16_UnixSource.tar.gz [~/JEUX/SID] ➔ cd SleepIsDeath_v16_UnixSource/ [~/JEUX/SID/SleepIsDeath_v16_UnixSource] ➔ – […]
[Jeu] NeWT v2
[Jeu] NeWT v2. 1) Répertoire de travail : [~] ➔ mkdir -p JEUX/NEWT [~] ➔ cd JEUX/NEWT/ [~/JEUX/NEWT] ➔ 2) Téléchargement du code source : [~/JEUX/NEWT] ➔ git clone https://github.com/muflax/newt.git [~/JEUX/NEWT] ➔ cd newt/ [~/JEUX/NEWT/newt (master)] ➔ 3) Compilation : [~/JEUX/NEWT/newt (master)] ➔ make home 4) Lancement du jeu : [~/JEUX/NEWT/newt (master)⚡] ➔ cd ~/newt/newt-slashemdir/ […]
[Dev] Installation de FreePascal
Installation de FreePascal. 1) Répertoire de travail : [~] ➔ sudo mkdir /usr/local/fpc [~] ➔ cd /usr/local/fpc 2) Téléchargement du compilateur : [/usr/local/fpc] ➔ sudo wget http://sourceforge.net/projects/freepascal/files/Linux/2.6.4/fpc-2.6.4.arm-linux.tar 3) Décompression de l’archive : [/usr/local/fpc] ➔ sudo tar xvf fpc-2.6.4.arm-linux.tar [/usr/local/fpc] ➔ cd fpc-2.6.4.arm-linux [/usr/local/fpc/fpc-2.6.4.arm-linux] ➔ 4) Installation : [/usr/local/fpc/fpc-2.6.4.arm-linux] ➔ sudo ./install.sh – Modifier le préfix […]
[Jeu] Slash’Em
[Jeu] Slash’Em. 1) Répertoire de travail : [~] ➔ mkdir -p JEUX/SLASH [~] ➔ cd JEUX/SLASH/ [~/JEUX/SLASH] ➔ 2) Téléchargement du code source : [~/JEUX/SLASH] ➔ wget http://sourceforge.net/projects/slashem/files/slashem-source/0.0.7E7F3/se007e7f3.tar.gz 3) Décompression de l’archive: [~/JEUX/SLASH] ➔ tar xvfz se007e7f3.tar.gz 4) Configuration : [~/JEUX/SLASH] ➔ cd slashem-0.0.7E7F3/sys/unix/ [~/JEUX/SLASH/slashem-0.0.7E7F3/sys/unix] ➔ sh ./setup.sh 5) Modification des fichiers de configuration : […]
[Jeu] Noegnud
[Jeu] Noegnud. 1) Répertoire de travail : [~] ➔ mkdir -p JEUX/NEOGNUD [~] ➔ cd JEUX/NEOGNUD/ 2) Téléchargement du code source : [~/JEUX/NEOGNUD] ➔ wget http://sourceforge.net/projects/noegnud/files/noegnud/noegnud-0.8.3/noegnud-0.8.3_linux_src-full.tar.gz 3) Décompression de l’archive : [~/JEUX/NEOGNUD] ➔ tar xvfz noegnud-0.8.3_linux_src-full.tar.gz [~/JEUX/NEOGNUD] ➔ cd noegnud-0.8.3/variants/ [~/JEUX/NEOGNUD/noegnud-0.8.3/variants] ➔ 4) Installation des données : [~/JEUX/NEOGNUD/noegnud-0.8.3/variants] ➔ make install_data 5) Erreur à l’installation […]
Linux Format #194 – Février 2015
– Graphisme 3D en OpenGL avec Python : http://www.raspberrypi.org/pi3d/ – Un micro-controlleur programmable en Python : Micro-Python Lien : http://www.linuxformat.com/