Required extension to built: compiletc.tcz lua-dev.tcz sqlite3-dev.tcz perl5.tcz ncursesw-dev Notes: tar -xjf stone_soup-0.9.1-nodeps.tar.bz2 edit ./source/makefile -replace all lua5.1 with lua -add under the line "ifneq (,$(CONTRIBS))" " echo Needed contribs: $(CONTRIBS)" (this is just to get a more verbose output on dependecies, if the compilation is unsuccessful) make LUA_INCLUDE_DIR=/usr/local/include/ SQLITE_INCLUDE_DIR=/usr/local/include/ prefix=/usr/local DATADIR=share/crawl SAVEDIR=~/.crawl sudo make install LUA_INCLUDE_DIR=/usr/local/include/ SQLITE_INCLUDE_DIR=/usr/local/include/ prefix=/usr/local DATADIR=share/crawl SAVEDIR=~/.crawl Additional configure options: cit:"* If you want both ASCII and Tiles binaries you need to compile them separately, rename one of them, and copy them into the same Crawl directory." Add tce.installed script to substitute tile_options.txt.sample to tile_options.txt if don-t exist