1) Répertoire de travail :
pi@raspberrypi ~ $ mkdir -p JEUX/HEXEN
pi@raspberrypi ~ $ cd JEUX/HEXEN/
2) Téléchargement du code source :
pi@raspberrypi ~/JEUX/HEXEN $ wget http://downloads.sourceforge.net/project/uhexen2/Hammer%20of%20Thyrion/1.5.6/Source/hexen2source-1.5.6.tgz
3) Décompression de l'archive :
pi@raspberrypi ~/JEUX/HEXEN $ tar xvfz hexen2source-1.5.6.tgz
pi@raspberrypi ~/JEUX/HEXEN $ cd hexen2source-1.5.6/engine/hexen2/
4) Compilation :
pi@raspberrypi ~/JEUX/HEXEN/hexen2source-1.5.6/engine/hexen2 $ ./build_all.sh
pi@raspberrypi ~/JEUX/HEXEN/hexen2source-1.5.6/engine/hexen2 $ cd ../../..
pi@raspberrypi ~/JEUX/HEXEN $
5) Téléchargement de la démo du jeu :
pi@raspberrypi ~/JEUX/HEXEN $ wget http://downloads.sourceforge.net/project/uhexen2/Hexen2Demo-Nov.1997/hexen2demo_nov1997-linux-i586.tgz
6) Décompression de l'archive de la démo :
pi@raspberrypi ~/JEUX/HEXEN $ tar xvfz hexen2demo_nov1997-linux-i586.tgz
7) Téléchargement des fichiers d'installation :
pi@raspberrypi ~/JEUX/HEXEN $ wget http://downloads.sourceforge.net/project/uhexen2/Hammer%20of%20Thyrion/1.5.6/Linux-x86-tarball/hexen2-1.5.6-linux-i586.tgz
8) Décompression des fichiers d'installation :
pi@raspberrypi ~/JEUX/HEXEN $ tar xvfz hexen2-1.5.6-linux-i586.tgz
9) Installation :
pi@raspberrypi ~/JEUX/HEXEN $ cd hexen2-1.5.6/
pi@raspberrypi ~/JEUX/HEXEN/hexen2-1.5.6 $ cp -r ../hexen2demo_nov1997/* .
pi@raspberrypi ~/JEUX/HEXEN/hexen2-1.5.6 $ cp ../hexen2source-1.5.6/engine/hexen2/hexen2 .
10) Jouez !!
pi@raspberrypi ~/JEUX/HEXEN/hexen2-1.5.6 $ ./hexen2 -width 640 -height 480
11) Captures d'écran :

12) Téléchargement des binaires :
https://miniordi.hacktech.dev/jeux/hexen2-1.5.6.arm.bin.tar.gz
13) Lien :
[http://uhexen2.sourceforge.net/](Hexen II: Hammer of Thyrion )