Quote:
Originally Posted by benhamill
I typed angband again, but it didn't look any different from before. I tried angband -msdl and it told me "angband: Unable to prepare any 'display module'!"
|
AFAICT, that message means that SDL support was not properly compiled into the version you are using.
When you build from source, SDL is not enabled by default. You need to:
(0. ./autogen.sh - if building from trunk)
1. ./configure --enable-sdl
2. make
3. make install (or debian/rules binary if you want a deb)
If you have an i386 machine (ie. not AMD64) then you can try this deb:
http://www.terminalarrogance.com/ang...1.1-1_i386.deb
Cheers,
CC