home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume2 / window / part4 / README.curses < prev    next >
Encoding:
Text File  |  1986-11-30  |  1005 b   |  29 lines

  1. SAVE THIS KIT IF YOU WANT TO RUN THE 'WM' WINDOW MANAGER
  2.  
  3.     4.2 BSD libcurses patch kit
  4.     Tom Truscott, mcnc!rti-sel!trt
  5.     Research Triangle Institute, NC
  6.         (919) 541-7005
  7.  
  8. This is a collection of patches
  9. for the vanilla 4.2 BSD libcurses distribution.
  10. It includes some bug fixes reported on Usenet,
  11. some discovered locally, and some (but not all) of
  12. the fixes in the UCSF User Software Engineering distribution ("Troll").
  13. Tony Wassermann graciously permitted those to be included here.
  14.  
  15. It also includes some disgusting efficiency hacks.
  16.  
  17. To Install:
  18. *) Unpack this shar file in an empty directory.
  19. *) In 'UPGRADE', set the CURSRC variable to
  20.    the name of the *vanilla* 4.2 BSD libcurses sources.
  21. *) Make sure you have the wonderful 'patch' program.
  22.     (If you do not, do the patches yourself!)
  23. *) Run UPGRADE
  24. *) 'make' to compile libcurses and libcurses_p
  25. *) If you want to install this as the standard curses,
  26.     a) save the old curses.h and /usr/lib/libcur*
  27.     b) 'make install'
  28.     c) cp curses.h /usr/include
  29.