|
|
#1 |
|
Adept
Join Date: Jun 2007
Location: Utah
Posts: 177
![]() |
Unangband Ubuntu install?
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?
|
|
|
|
|
|
#2 |
|
FAangband maintainer
Join Date: Apr 2007
Location: Canberra, Australia
Age: 47
Posts: 3,718
Donated: $60
![]() |
This should work:
Code:
cd src make -f Makefile.std clean make -f Makefile.std cd .. ./unangband
__________________
"There is no safety. There is no end. The word must be heard in silence. There must be darkness to see the stars. The dance is always danced above the hollow place, above the terrible abyss." - The Farthest Shore, Ursula Le Guin |
|
|
|
|
|
#3 |
|
Adept
Join Date: Nov 2009
Posts: 160
![]() |
Maybe you will need to issue a
Code:
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! |
|
|
|
|
|
#4 |
|
Adept
Join Date: Jun 2007
Location: Utah
Posts: 177
![]() |
Thanks both for the advice. Seemed to work. Now I just need to figure out how to set traps to effect the direction I want.
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ubuntu installation... | aaronchall | Vanilla | 10 | July 24, 2010 18:04 |
| Unangband help | Lankiel | Variants | 4 | February 21, 2010 18:53 |
| Ubuntu Noob Needs Your Help!! | chris | Development | 3 | December 22, 2009 18:32 |
| Few questions. Hengband related. And Ubuntu. | Arendil | Variants | 4 | October 1, 2009 16:53 |
| Ubuntu SDL Help? | benhamill | Vanilla | 12 | February 24, 2009 21:19 |