Simpat 1. SYNOPSIS 2. REQUIREMENTS 3. INSTALLATION 4. COPYRIGHT 1. SYNOPSIS Simpat is a program for simulating cellular automata and similar, e.g. Life. You can add your own sets of rules which can have their own sets of parameters - see life.spr for an example. Simpat works with X and Win32. On-line help is provided - start up the program and click the Help menu option or press F1. (Reading what's there will help!) 2. REQUIREMENTS Optional modules (from CPAN): (none) Linux and X-Windows: Perl 5.004 Tk 400.202 Win32: Perl 5.005 Tk 800.000 ~80K disk space. 3. INSTALLATION Note that Simpat can be installed pretty well anywhere - the only restriction is that all the simpat* files must be together in the same directory. # Create the directory. mkdir /usr/opt/simpat # Copy the tar.gz to the lib directory. cp simpat-VERSION.tar.gz /usr/opt # Change to the opt directory. cd /usr/opt # Unpack the archive using method A or B: # Method A for those using GNU tar tar xvfz simpat-VERSION.tar.gz # Method B for those not using GNU tar gunzip simpat-VERSION.tar.gz tar xvf simpat-VERSION.tar # Change to the simpat directory. cd simpat # This is optional. Make sure Simpat is executable. chmod +x simpat # This is optional. For Debian users only: if you want Simpat to appear on # your X menu do the following: cp debian-menu /etc/menu/simpat update-menus # Note that the name of the file supplied, 'debian-menu', is changed in the # move to 'simpat'. Note also that if you haven't used the paths given here you # must change the command path in /etc/menu/simpat. The addition to the menu # will only appear when the window manager is restarted. # This is optional. To have the icon appear under X for icewm do this: cd /usr/X11R6/lib/X11/icewm/icons/ ln -s /usr/opt/simpat/simpat-icon-16x16.xpm simpat_16x16.xpm ln -s /usr/opt/simpat/simpat-icon-16x16.xpm simpat_32x32.xpm # and add the following line to /etc/X11/icewm/winoptions simpat.icon: simpat # To run Simpat from the command line: /usr/opt/simpat/simpat & # You could always either alias this or use a soft link to a directory on the # path to save typing the whole path. Note that 'deprecated' error messages # which appear are harmless and can be ignored. 4. COPYRIGHT Copyright (c) Mark Summerfield 1999. All Rights Reserved. Simpat may be used/distributed under the same terms as Perl. Contact: - please include 'simpat' in the subject line. The program was developed under Debian GNU/Linux 2.0.