home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume11 / tinymud2 / sysv_diffs / README.sysv < prev    next >
Text File  |  1991-04-03  |  972b  |  28 lines

  1. These diffs allow TinyMUD to be built on a System V machine without
  2. networking by using named pipes for IPC.  They have been tested only
  3. under System V/386 Release 3.2 (ESIX and ISC).  They were developed
  4. for TinyMUD v1.5.4 as distributed in comp.sources.games, volume 11.
  5. Also required is the file xenix_diffs from the same c.s.g volume.
  6.  
  7. How to install:
  8.  
  9. 1. Unpack all archives.
  10. 2. Apply the Xenix diffs with "patch < xenix.diffs"
  11. 3. Apply the System V diffs with "patch < sysv.diffs"
  12. 4. Run "joinspl.sh".
  13. 5. Run a make.
  14. 6. The server is started by typing "fifonetmud dbfile dumpfile".
  15.    "small.db" is included in the distribution and can be used for "dbfile".
  16. 7. The supplied client is "tinymud.sh"
  17.  
  18. Notes:
  19.  
  20. TinyMUD requires an ANSI C compiler.  gcc works fine.
  21.  
  22. My implementation of the FD_* macros in "fakeselect.h" will only
  23. allow about 14 players in the game.  A better implementation would be
  24. required to allow more players.
  25. --
  26. John W. Temples, III
  27. john@jwt.UUCP
  28.