PART I.
Compilation
Does produce an error:
./nppangband
./nppangband: Must be run on the virtual terminal (tty is /dev/pts/2)
We already learned to use this:
Works, but needs an idea how and where to look for the right option ..
Execution with problems (why is this opton needed?!?)
That should be changed, IMHO.
First opinion: It asks too much questions that cannot be answered with <Return>
Compilation
Code:
unzip -l NPP050BETA4-Source.zip unzip NPP050BETA4-Source.zip cd NPP050BETA4-Source cd src make -f Makefile.std make -f Makefile.std install cd .. ./nppangband
./nppangband
./nppangband: Must be run on the virtual terminal (tty is /dev/pts/2)
We already learned to use this:
Code:
./nppangband -mgcu
Works, but needs an idea how and where to look for the right option ..
Execution with problems (why is this opton needed?!?)
That should be changed, IMHO.
First opinion: It asks too much questions that cannot be answered with <Return>