Difference between revisions of "User:FIQ"

From NetHackWiki
Jump to navigation Jump to search
(NetHack's build system is stupid)
(Forgot a step)
Line 19: Line 19:
 
* make fetch-Lua
 
* make fetch-Lua
 
* make WANT_WIN_CURSES=1 WANT_WIN_CURSES=1
 
* make WANT_WIN_CURSES=1 WANT_WIN_CURSES=1
 +
* make WANT_WIN_CURSES=1 WANT_WIN_CURSES=1 install

Revision as of 18:12, 4 July 2021

FIQ on NAO (stats, games, deaths, dumplogs, ttyrecs)

I also maintain FIQHack.

I created this patch against unstable 3.6.1 in case anyone would find it useful: Object Floor Prompts

List of my vanilla bug reports

Personal notes on how to restore a corrupted DynaHack save, and notes on what causes desyncs

NetHack4 release blockers

Personal notes on how to build NetHack 3.7

  • cd ~/NetHack
  • cd sys/unix
  • sh setup.sh hints/linux.2020
  • cd ../..
  • make fetch-Lua
  • make WANT_WIN_CURSES=1 WANT_WIN_CURSES=1
  • make WANT_WIN_CURSES=1 WANT_WIN_CURSES=1 install