home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / y / bsdgames / bsd-game.000 / bsd-game / games / atc / README.linux < prev    next >
Encoding:
Text File  |  1993-09-25  |  423 b   |  15 lines

  1. 9/25/93
  2.  
  3. To use ncurses, change the #include in include.h to ncurses.h instead of 
  4. curses.h, and change the LIBS from -lcurses to -lncurses in the Makefile.
  5.  
  6. As usual the Makefiles were done completely from scratch.  The original
  7. is in Makefile.orig.  Other than that, the source should still compile
  8. under bsd.
  9.  
  10. Also as usual, set the DESTDIR, ATCDIR, SCOREDIR, and MANDIR in the 
  11. Makefile.
  12.  
  13. Curt Olson
  14. curt@sledge.mn.org
  15.