[npp 0.5.4] text color issue
Collapse
X
-
@ghengiz
Just curious. What commands did you use to configure, compile, and run? When I compiled and ran the gcu port (on ubuntu), I got a different set of colors. There are two places in main-gcu where different colorsets are defined. Somehow you got one set of colors, and I got the other.NPPAngband current home page: http://nppangband.bitshepherd.net/
Source code repository:
https://github.com/nppangband/NPPAngband_QT
Downloads:
https://app.box.com/s/1x7k65ghsmc31usmj329pb8415n1ux57Comment
-
@ghengiz
Just curious. What commands did you use to configure, compile, and run? When I compiled and ran the gcu port (on ubuntu), I got a different set of colors. There are two places in main-gcu where different colorsets are defined. Somehow you got one set of colors, and I got the other.
Code:unzip npp* cd npp* (*edit autogen.sh to change the EOL convention from dos to unix and erase a space on the first line, between the # and the !*) chmod u+x autogen.sh configure (*for they didn't have the right perm bits*) ./autogen.sh ./configure --with-no-install --with-x=no (* edit src/Makefile to comment out LDFLAGS += -lSDL *) make cp src/nppangband . ./nppangband
Comment
Comment