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 / wump / README.linux < prev    next >
Encoding:
Text File  |  1993-09-21  |  598 b   |  19 lines

  1. 8/2/93
  2.  
  3. To use ncurses, change the #include in hangman.h to ncurses.h instead of 
  4. curses.h, and change the LIBS in the Makefle from -lcurses to -lncurses.
  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 in the Makefiles, and edit the location
  11. of the words file in pathnames.h.  Also set the MANDIR and WORDSDIR in
  12. the Makefile.
  13.  
  14. If you change any of the predefined paths, remember to make corresponding
  15. changes in the man page.
  16.  
  17. Curt Olson
  18. curt@sledge.mn.org
  19.