This repository is mirror of rogue 5.4.4. I got source from Web Archive and modified a bit.
Just
./configure
make
(sudo) make install
- modified compile error because of the change in term.h(struct term aka ‘TERMINAL’ is now hidden unless NCURSES_INTERNALS is declared).
- You can use an environment variable to set user name. Like,
env ROGUEUSER='pochi' rogue