home *** CD-ROM | disk | FTP | other *** search
- 9/25/93
-
- To use ncurses, change the #include in robots.h and flush_in.c to ncurses.h
- instead of curses.h, and change the LIBS in the Makefile from -lcurses to
- -lncurses.
-
- As usual the Makefiles were done completely from scratch. The original
- is in Makefile.orig. Other than that, the source should still compile
- under bsd.
-
- Also as usual, set the DESTDIR, MANDIR, _PATH_SCORE in the Makefile.
-
- If you change any of the predefined paths, remember to make corresponding
- changes in the man page.
-
- NOTE: The restore screen bug has now been fixed.
-
- Curt Olson
- curt@sledge.mn.org
-