I'm still learning how to install things in Linux. I got Vanilla to install with a ./configure, make, and make install just fine. However, I'm having trouble with Unangband. I downloaded the source but can't seem to get a configure or make to run. I'm on Ubuntu Lucid. Any advice?
Unangband Ubuntu install?
Collapse
X
-
This should work:
Code:cd src make -f Makefile.std clean make -f Makefile.std cd .. ./unangband
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie. -
Maybe you will need to issue aCode:find . -type f -exec touch {} \;
The above compile options from Nick will get you an unangand executable with the lib-directory directly attached. So you can put it almost everywhere (good place may be: $HOME/unangband/).Proud candidate for the Angband Darwin Award!Comment
Comment