Skip to content

NetHack 3.6.1 with tiles

ac-minetest edited this page Dec 16, 2019 · 2 revisions

Nethack 3.6.1

  1. get sources

    https://nethack.org/download/3.6.3/nethack-363-src.tgz
    and unpack them
  2. create makefile by going into Nethack folder and

    cd sys/unix
    sh setup.sh hints/linux
  3. go back to Nethack folder (cd ../.. ) and compile:

    make all
    Install files ( binary, savegames, tiles...) will be in ~/nh :
    make install