Dungeons of Daggorath: PC-Port Banner

Dungeons of Daggorath

Compiling Version 0.5.1 for Ubuntu 21.01

Compiling Dungeons of Daggorath for Linux/Ubuntu has been made extremely easy thanks to the hard work done by all the developers. The repository I used for this can be found here. To compile it start be installing the necessary packages:


# sudo apt-get update
# sudo apt-get install git build-essential libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-net-dev libsdl2-mixer-dev libsdl2-ttf-dev libsndifsdl2-dev
# git clone https://github.com/BlatantlyX/DungeonsOfDaggorath
# cd DungeonsOfDaggorath
# make

This will leave the 'dod' binary in the path which can be ran. It may also be worth copying it into '/usr/local/bin' and create a desktop icon.


nick@declario.com
January 2022

Valid XHTML 1.0 Transitional