home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume8 / chaos / part01 / README < prev   
Text File  |  1990-08-20  |  2KB  |  48 lines

  1. Overview
  2. --------
  3. This code was developed on a SUN 3/60 and a SPARCstation 1 with the help of
  4. Saber-C which has been a blessing.  The code has been also been tested on
  5. a DECstation 3100 and a SUN 386i.  The messages passed between the chaos
  6. client and the drone daemons are byte-order independent and therefore drones
  7. may be run on a variety of different machines.
  8.  
  9.  
  10. Building, Installing and Executing
  11. ----------------------------------
  12.  
  13.     1. From the top level type "xmkmf" to create a makefile for 
  14.        the top level. (Sample makefiles are supplied for users who
  15.        cannot use Imakefiles.)
  16.  
  17.     2. Type "make World".
  18.  
  19.     3. Watch for any errors during the build.
  20.  
  21.         4. As root, type "make install".  If you want manual pages installed,
  22.        also type "make install.man".
  23.  
  24.     5. Read the man pages for chaos(6), drone(6), and gencmap(6).
  25.  
  26.     6. Copy the contents of master/Chaos.ad to the end of your .Xdefaults
  27.        file and customize as desired.
  28.  
  29.     7. If you wish to run drones remotely on other hosts, add them to the
  30.        access control list with xhost.  For example, to allow drones to
  31.        be run on hosts "calvin" and "hobbes", type "xhost calvin hobbes".
  32.  
  33.     8. Type "chaos" and have fun.
  34.  
  35.  
  36. Bugs and Enhancements
  37. ---------------------
  38.  
  39. There will undoubtedly be be some bugs remaining in the code although Saber-C
  40. was used to point out a lot of insideous bugs that would have caused me hours
  41. of greif otherwise.  When bugs or portability issues arise, please send them
  42. back to me so that I may include the patches in future releases of the code.
  43.  
  44. Any enhancements are welcome but please direct them back to me so that I can
  45. keep a single version of the code.
  46.  
  47. Ken Marks    ...uunet!tellab5!balr!panasun!ken  -or-  ken@panasun
  48.