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 / cribbage / README.linux < prev    next >
Encoding:
Text File  |  1993-09-25  |  764 b   |  22 lines

  1. 8/18/93
  2.  
  3. This games is configured to compile with ncurses.  For whatever reason
  4. ncurses seems to do a better job here, although it is not perfect.
  5. To use curses, change the #includes in crib.c, extern.c, io.c, and support.c
  6. to curses.h instead of ncurses.h, and change the LIBS in the Makefle from 
  7. -lncurses to -lcurses.
  8.  
  9. As usual the Makefiles were done completely from scratch.  The original
  10. is in Makefile.orig.  Other than that, the source should still compile
  11. under bsd.
  12.  
  13. Also as usual, set the DESTDIR in the Makefiles, and edit the location
  14. of the words file in the Makefile.  Also set the MANDIR and LIBDIR in
  15. the Makefile.
  16.  
  17. If you change any of the predefined paths, remember to make corresponding
  18. changes in the man page.
  19.  
  20. Curt Olson
  21. curt@sledge.mn.org
  22.