This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
procedures:pi:srcblds [2022/05/28 12:35] tim |
procedures:pi:srcblds [2022/06/07 17:05] (current) tim |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| Good overview: https:// | Good overview: https:// | ||
| Updates for source code: https:// | Updates for source code: https:// | ||
| - | Enhanced Crispy Doom: https:// | + | Enhanced Crispy Doom: https:// |
| \\ | \\ | ||
| - | |||
| - | mkdir / | ||
| - | cd / | ||
| - | sudo apt install chocolate-doom | ||
| - | # chocolate-doom install should have poulated /usr/games | ||
| - | cd /usr/games | ||
| - | sudo wget http:// | ||
| - | sudo unzip shareware_doom_iwad.zip | ||
| - | |||
| #SEE: www.chocolate-doom.org/ | #SEE: www.chocolate-doom.org/ | ||
| - | Prior source code building alternative | + | \\ |
| + | Source Building Installation Method\\ | ||
| - | wget https:// | + | wget https:// |
| - | tar xzf chocolate-doom-2.2.1.tar.gz | + | tar xzf chocolate-doom-3.0.1.tar.gz |
| - | cd chocolate-doom-2.2.1 | + | cd chocolate-doom-3.0.1 |
| + | # 5/30/2022: NEEDED the following SDL2 for configure | ||
| + | sudo apt-get install libsdl2-dev -y | ||
| + | sudo apt-get install libsdl2-mixer-dev | ||
| + | sudo apt-get install libsdl2-net-dev | ||
| ./configure | ./configure | ||
| make | make | ||
| Line 32: | Line 28: | ||
| Configure before playing \\ | Configure before playing \\ | ||
| chocolate-doom-setup | chocolate-doom-setup | ||
| + | # plug in your controller, in this example a USB XBox controller is used | ||
| + | [Main Menu] | ||
| + | [Configure Gamepad/ | ||
| {{wiki: | {{wiki: | ||
| Line 45: | Line 44: | ||
| Start Doom \\ | Start Doom \\ | ||
| chocolate-doom -iwad DOOM1.WAD | chocolate-doom -iwad DOOM1.WAD | ||
| + | |||
| + | Alternate quick option: binaries, no building, Doom only ? \\ | ||
| + | |||
| + | mkdir / | ||
| + | cd / | ||
| + | sudo apt install chocolate-doom | ||
| + | # chocolate-doom install should have poulated /usr/games | ||
| + | cd /usr/games | ||
| + | sudo wget http:// | ||
| + | sudo unzip shareware_doom_iwad.zip | ||
| References\\ | References\\ | ||
| + | Doom Level Maps: https:// | ||
| + | Heretic Level Maps: https:// | ||
| + | Hexen Level Maps: https:// | ||
| + | Strife Level Maps: https:// | ||
| \\ | \\ | ||
| [[procedures: | [[procedures: | ||