home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / cellsim / readme.cll < prev    next >
Text File  |  1992-11-29  |  3KB  |  71 lines

  1. This directory contains files related to Cellsim, the SunView-based
  2. cellular automata simulator.  The current version of Cellsim is 2.5.
  3.  
  4. If you have questions or problems, contact either
  5.   Chris Langton  or           Dave Hiebeler
  6.    cgl@lanl.gov            hiebeler@think.com
  7.  
  8. Also, please send one of us a message if you obtain Cellsim for the first
  9. time, so that you will be added to our mailing-list.  This will allow us
  10. to notify you of any future releases or bug fixes.
  11.  
  12. Files in this archive:
  13.  
  14. README
  15.   This file, lists files in this directory
  16.  
  17. cellsim_2.5.announcement
  18.   The announcement of Cellsim 2.5, briefly describing some of the changes
  19.   made since earlier versions, and describing how to obtain Cellsim.
  20.  
  21. cellsim_2.5.tar.Z
  22.   Compressed tarfile containing Cellsim V2.5.  This has had several bugs
  23.   fixes applied, since V2.5 was first released.  If you get this, you *don't*
  24.   need to get any of the patch files.  This tarfile will always contain the
  25.   most up-to-date Cellsim, with all patches installed.
  26.  
  27. patch1
  28.   This is a subdirectory, containing patches to fix some bugs in the
  29.   original Cellsim V2.5 distribution.   You only need to get these patches
  30.   if you obtained Cellsim V2.5 before April 8, 1990.  If you obtained Cellsim
  31.   later than that, the patches were already installed.
  32.   The files are as follows:
  33.  
  34.    2.5fixes.patch.Z
  35.      A context-diff file containing changes to several of the main source-code
  36.      files, to correct several bugs in the original Cellsim V2.5.
  37.  
  38.    2.5CMfixes.patch.Z
  39.      A context-diff file containing changes to some of the source-code files for
  40.      the CM half of Cellsim.
  41.  
  42.    2.5fixes.README
  43.      This file has instructions telling you how to apply the bug fixes to
  44.      Cellsim V2.5.
  45.  
  46. patch2
  47.   This is a subdirectory containing patches to fix a problem that Cellsim
  48.   has with the SunView event-handler/notifier in SunOS 4.1 and newer.  Files
  49.   are as follows:
  50.  
  51.    4.1_patchfile
  52.      A file to be used with the "patch" program, to modify the "cellscr.c"
  53.      file in Cellsim.
  54.  
  55.    4.1_cellscr.c
  56.      The "cellscr.c" Cellsim source-file, which has had the above patch
  57.      installed.  This is for those who do not have the "patch" program.
  58.      Simply replace your old cellscr.c with this file (rename this file
  59.      to "cellscr.c"), and recompile Cellsim.  If you've made any local
  60.      changed to your cellscr.c since getting Cellsim V2.5, see the next file.
  61.  
  62.    4.1_functions
  63.      For those who don't have "patch", and have made any local changes to
  64.      their "cellscr.c", this file contains the new version of the three
  65.      functions that were changed.  You can manually replace the old versions
  66.      of these functions, in your cellscr.c file, with these versions.
  67.  
  68.    4.1_README
  69.      Announcement of the patch for Cellsim under SunOS 4.1, describing the
  70.      problem and how to use the patch.
  71.