Download

Latest Stable Version: 0.23.0

Linux

A version of DCSS may be available in your distribution's main package repository; look for the packages 'crawl' and/or 'crawl-tiles'. These packages tend to be for versions older than the current stable release, so use the packages below if you can.

Ubuntu, Debian & other Debian derivatives

DCSS packages are available for i386, amd64 and armel architectures. Follow these instructions:

# Install the source repository echo 'deb https://crawl.develz.org/debian crawl 0.23' | sudo tee -a /etc/apt/sources.list # Install the DCSS signing key wget https://crawl.develz.org/debian/pubkey -O - | sudo apt-key add - # update your package list sudo apt-get update # install console version sudo apt-get install crawl # install tiles version sudo apt-get install crawl-tiles

Fedora 25/24

nazar554 provides Fedora packages for Crawl in the openSUSE Build System repository. To install the tiles version, run the following:

cd /etc/yum.repos.d/ # Install the source repository sudo wget http://download.opensuse.org/repositories/home:nazar554/Fedora_25/home:nazar554.repo # install tiles version sudo dnf install crawl-sdl crawl-data # install console version sudo dnf install crawl-console crawl-data

Source Code

To compile DCSS yourself, you can clone the git repository on github. For help using git, see the quickstart guide. For help compiling DCSS, see INSTALL.txt.