Installation de Doom Legacy.
Matériel :
Raspberry Pi 4 Model B Rev 1.4
Distribution :
Raspbian GNU/Linux 10 (buster) 2021-01-11
Lien :
http://doomlegacy.sourceforge.net/
1/ Création du répertoire de travail.
pi@doompi:~ $ mkdir -p GAME/DOOM/Engine pi@doompi:~ $ cd GAME/DOOM/Engine/
2/ Téléchargement de l’archive du code source.
pi@doompi:~/GAME/DOOM/Engine $ wget https://sourceforge.net/projects/doomlegacy/files/1.48.8/doomlegacy_1.48.8_source.tar.bz2
3/ Décompression de l’archive.
pi@doompi:~/GAME/DOOM/Engine $ tar xvfj doomlegacy_1.48.8_source.tar.bz2
pi@doompi:~/GAME/DOOM/Engine $ cd doomlegacy_1.48.8_source/ pi@doompi:~/GAME/DOOM/Engine/doomlegacy_1.48.8_source $
4/ Compilation du moteur.
pi@doompi:~/GAME/DOOM/Engine/doomlegacy_1.48.8_source $ make OS=LINUX SMIF=SDL HAVE_MIXER=1
5/ Installation.
pi@doompi:~/GAME/DOOM/Engine/doomlegacy_1.48.8_source $ make install_user
6/ Installation du fichier de ressource ‘doom2.wad’.
pi@doompi:~/GAME/DOOM/Engine/doomlegacy_1.48.8_source $ cp ~/GAME/DOOM/Game/doom2.wad ~/games/doomlegacy/
pi@doompi:~/GAME/DOOM/Engine/doomlegacy_1.48.8_source $ cd .. pi@doompi:~/GAME/DOOM/Engine $
7/ Téléchargement de l’archive des ressources DoomLegacy.
pi@doompi:~/GAME/DOOM/Engine $ wget https://sourceforge.net/projects/doomlegacy/files/1.48.8/doomlegacy_1.48.8_common.zip
8/ Décompression de l’archive.
pi@doompi:~/GAME/DOOM/Engine $ unzip doomlegacy_1.48.8_common.zip
9/ Installation de ‘legacy.wad’.
pi@doompi:~/GAME/DOOM/Engine $ cp doomlegacy_1.48.8/legacy.wad ~/games/doomlegacy/
pi@doompi:~/GAME/DOOM/Engine $ cd /home/pi/games/doomlegacy/ pi@doompi:~/games/doomlegacy $
10/ Lancement de DoomLegacy.
pi@doompi:~/games/doomlegacy $ ./doomlegacy -window -width 640 -height 480 -game doom2.wad -iwad doom2.wad
Comments are closed, but trackbacks and pingbacks are open.