Make sure that the driver to your 3D graphic card is proper installed and working.
Check if your sourcelist is fully enable (universe and multiverse).
Next installing the -devs, headers and tools for DoomsDay Engine.
Code:
sudo apt-get update && sudo apt-get safe-upgrade sudo apt-get install build-essential cmake checkinstall subversion sudo apt-get install libxext-dev doxygen lib32ncurses5-dev libgl1-mesa-dev libglu1-mesa-dev libsdl1.2-dev libsdl-net1.2-dev libsdl-mixer1.2-dev libalut-dev zip unzip dot2tex libgtk2.0-dev libglib2.0-dev
Done.
Download linux Doomsday source to your Desktop.
Download
Code:
cd ~/Desktop tar zxfv deng-1.9.0-beta5.1.tar.gz cd deng-1.9.0-beta5.2/deng-1.9.0-beta5.1/doomsday/build cmake ../ make sudo checkinstall
Done.
Next is to install gDoomsday which is a frontend to Doomsday.
Download it to your Desktop.
Download
Code:
cd ~/Desktop tar zxfv gDoomsday-1.1.tar.gz cd gDoomsday-1.1 ./configure make sudo checkinstall
Done.
Download doomsdayicon.png to your Desktop.
cd ~/Desktop sudo mv doomsdayicon.png /usr/local/share/gdoomsday sudo nano /usr/share/applications/gdoomsday.desktop
Add the following;
[Desktop Entry]
Name=gDoomsDay
Comment=A Frontend for Doomsday Engine.
Exec=gdoomsday
Icon=/usr/local/share/gdoomsday/doomsdayicon.png
Terminal=false
Type=Application
Categories=Application;Game;
Save (ctrl)+(o) and exit (ctrl)+(x).
You can now launch Doomsday by Applications tab —> Games —> gDoomsday or by typing gdoomsday in the terminal.
Enjoy!