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 / robots / README.linux < prev    next >
Encoding:
Text File  |  1993-09-25  |  579 b   |  20 lines

  1. 9/25/93
  2.  
  3. To use ncurses, change the #include in robots.h and flush_in.c to ncurses.h 
  4. instead of curses.h, and change the LIBS in the Makefile from -lcurses to 
  5. -lncurses.
  6.  
  7. As usual the Makefiles were done completely from scratch.  The original
  8. is in Makefile.orig.  Other than that, the source should still compile
  9. under bsd.
  10.  
  11. Also as usual, set the DESTDIR, MANDIR, _PATH_SCORE in the Makefile.
  12.  
  13. If you change any of the predefined paths, remember to make corresponding
  14. changes in the man page.
  15.  
  16. NOTE:  The restore screen bug has now been fixed.
  17.  
  18. Curt Olson
  19. curt@sledge.mn.org
  20.