I just tried again. (BTW I'm on Ubuntu 9.04 ATM)
I do the usual
After that starting 'zangband' from the terminal at first it doesn't find mg_info.txt and on second try 's_info.txt'. But I can copy those manually.
After that I can start the game and create a character, but <ctrl><s> doesn't save (no message) and <ctrl><x> ends the game, but doesn't save (message: 'score file not available')
./configure seems to have no options for a local build (without install), but HEY I just had an inspiration: you probably just went into src and used makefile.std! Odd it took so long, I usually do just that. I'll try that now...
[EDIT]Doesn't work... [/EDIT]
Still, if you know a bit autoconf-stuff (I don't ) maybe you could look into that?
I do the usual
Code:
./configure make sudo make install
After that I can start the game and create a character, but <ctrl><s> doesn't save (no message) and <ctrl><x> ends the game, but doesn't save (message: 'score file not available')
./configure seems to have no options for a local build (without install), but HEY I just had an inspiration: you probably just went into src and used makefile.std! Odd it took so long, I usually do just that. I'll try that now...
[EDIT]Doesn't work... [/EDIT]
Still, if you know a bit autoconf-stuff (I don't ) maybe you could look into that?
Comment