User Tools

Site Tools


procedures:pi:srcblds

This is an old revision of the document!


Games from Source Builds

Back to Raspberry Pi index

Doom, Hexen, Heretic

https://www.makeuseof.com/tag/run-doom-raspberry-pi/ https://www.chocolate-doom.org/wiki/index.php/Chocolate_Doom
sudo su FYI : changed root passwd to 'pi' exit

/home/pi/Chocolate_Doom

# this line errored on 'python-imaging' recommending 'python-pil' instead #sudo apt-get install libsdl-mixer1.2-dev libsdl-net1.2-dev python-imaging

sudo apt-get install libsdl-mixer1.2-dev libsdl-net1.2-dev python-pil

#SEE: www.chocolate-doom.org/wiki/index.php/Downloads for newer versions!

wget https://www.chocolate-doom.org/downloads/2.2.1/chocolate-doom-2.2.1.tar.gz

tar xzf chocolate-doom-2.2.1.tar.gz cd chocolate-doom-2.2.1 ./configure make sudo make install

# download the DOOM1.WAD file: wget http://www.doomworld.com/3ddownloads/ports/shareware_doom_iwad.zip unzip shareware_doom_iwad.zip chocolate-doom-setup

chocolate-doom -iwad DOOM1.WAD

References

Back to Raspberry Pi index

procedures/pi/srcblds.1653683875.txt.gz · Last modified: 2022/05/27 15:37 by tim