home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume2 / window / part1 / README < prev    next >
Encoding:
Text File  |  1986-11-30  |  1.6 KB  |  42 lines

  1.     A Revised Edition of the `wm' window manager
  2.         Matt Lennon    (919) 541-6919
  3.         Tom Truscott    (919) 541-7005
  4.         Research Triangle Institute, NC
  5.         P.O. Box 12194
  6.         RTP, NC  27709
  7.  
  8.  
  9. To install WM:
  10.  
  11. 1) Install the provided version of the Curses library. This library
  12.    has bug fixes *necessary* to the proper operation of WM.
  13.    If you don't actually install libcurses.a in /usr/lib, you
  14.    must indicate this in the WM Makefile (the LIBCURSES macro),
  15.    and you must copy the provided curses.h to this directory
  16.    so that it will be included during compilation.
  17.  
  18. 2) Set the value of BIN in the WM makefile to the
  19.    directory where the WM program should reside.
  20.  
  21. 3) Type 'make install'.
  22.  
  23. 4) Install the WM manual page, wm.1, in the appropriate place.
  24.  
  25.  
  26. Note 1: This version of WM is horribly 4.2bsd-dependent, using pseudo-ttys,
  27.         the 'select()' system call, 4.2-specific ioctl's, etc.
  28.         Conceivably, it could be made to run under 4.1bsd with some
  29.         minor mods, but porting to other versions of UNIX would
  30.         probably entail a major rewrite.
  31.  
  32. Note 2: The paper 'USINGWM' is a brief essay on how we use WM
  33.     here at RTI, and should prove helpful in getting used to
  34.     the WM style of doing things.  It also describes some
  35.     problems/glitches with WM that you should be aware of.
  36.  
  37. Note 3: Included in this distribution is a paper (Paper.jacob)
  38.         by the original WM author that describe WM's
  39.         development and structure.  While the description of
  40.         the 4.2bsd version of WM pertains to an earlier version,
  41.         the basics are still the same, and this paper is good reading.
  42.