home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume2 / window / part0 next >
Encoding:
Internet Message Format  |  1986-11-30  |  1.9 KB

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