posted October 28, 2002 02:09 PM
As stated in this post the nethack package does not work on MacOS X 10.2 "Jaguar". Will this be fixed sometime? Because I would really like to play it, but I'm not savvy enough to compile it myself.
Thanks for an otherwise great site!
Posts: 1 | From: Finland | Registered: Oct 2002
| IP: Logged
DMCrimson
Member
Member # 503
posted December 08, 2002 02:24 PM
get the source here, uncompress it as per directions on that page and follow the directions in Install.unx in sys/unix-directory... if all goes well, you should have a working nethack in your terminal after it... trying it out right now!
posted December 08, 2002 03:10 PM
works just the way it should... although you might want to change the following in src/Makefile: # libraries for tty ports WINTTYLIB = -ltermcap # WINTTYLIB = -lcurses # WINTTYLIB = -lcurses16 # WINTTYLIB = -lncurses # WINTTYLIB = -ltermlib
it's normally set for -ltermlib, but that caused errors...