This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
procedures:pi:srcblds [2022/03/18 14:50] tim created |
procedures:pi:srcblds [2022/06/07 17:05] (current) tim |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| \\ | \\ | ||
| Doom, Hexen, Heretic\\ | Doom, Hexen, Heretic\\ | ||
| - | | + | \\ |
| + | Good overview: https:// | ||
| + | Updates for source code: https:// | ||
| + | Enhanced Crispy Doom: https:// | ||
| + | \\ | ||
| + | #SEE: www.chocolate-doom.org/ | ||
| + | \\ | ||
| + | Source Building Installation Method\\ | ||
| + | |||
| + | wget https:// | ||
| + | tar xzf chocolate-doom-3.0.1.tar.gz | ||
| + | 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 | ||
| + | ./ | ||
| + | make | ||
| + | sudo make install | ||
| + | # download the DOOM1.WAD file: | ||
| + | wget http:// | ||
| + | unzip shareware_doom_iwad.zip | ||
| + | |||
| + | Configure before playing \\ | ||
| + | chocolate-doom-setup | ||
| + | # plug in your controller, in this example | ||
| + | [Main Menu] | ||
| + | [Configure Gamepad/ | ||
| + | |||
| + | {{wiki: | ||
| + | \\ | ||
| + | The Prior configuration provides this XBox Controller Configuration \\ | ||
| + | \\ | ||
| + | {{wiki: | ||
| + | \\ | ||
| + | Complete list of Doom controls available in game \\ | ||
| + | \\ | ||
| + | {{wiki: | ||
| + | |||
| + | Start Doom \\ | ||
| + | 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 / | ||
| + | cd / | ||
| + | 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: | ||