The latest version of the Doomseeker source code is publicly available through our mercurial repository on Bitbucket. The repository is available at the following location:
https://bitbucket.org/Blzut3/doomseeker
On occasion binaries of Hg revisions for Windows and Mac OS X are provided for testing purposes. These builds can be found on the DRD Team SVN builds website.
To compile you will need CMake, the Qt Toolkit, libbz2, and zlib. These can be found on cmake.org, qtsoftware.com, bzip2.org, and zlib.net respectively. On Windows both MinGW and MSVC++ are supported compilers.
On Debian based Linux distributions the required software can be retrieved by the following command:
sudo aptitude install g++ cmake libqt4-dev mercurial zlib1g-dev libbz2-dev
Regardless of your preferred distribution the source can be retrieved and compiled with the following command sequence:
hg clone https://bitbucket.org/Blzut3/doomseeker doomseeker cd doomseeker mkdir build cd build cmake .. make sudo make install
If the last command was sucessful you should now be able to start Doomseeker by typing doomseeker from the terminal.