PREINSTALLATION:
=============================================

0. Check out dprsim from CVS

1. Confirm that /usr/local/lib is included in the dynamic library path
	4.1. sudo emacs /etc/ld.so.conf
	4.2. add "/usr/local/lib" to this file
	4.3. sudo /sbin/ldconfig

2. Confirm that your user account has write access to /tmp.



INSTALLATION:
=============================================

1. In the dprsim project directory type:
	# ./install.pl

   You now have a "target/" directory that contains the simulator as well as 
   a DATA subdirectory that contains a bunch of sample experiment and world
   files.


RUNNING:
=============================================

1. Enter the "target/" directory that was created when you ran ./install.pl.
2. Run the command:
	# ./dprsimgr -e <experiment file>

   Where <experiment file> is somthing like "DATA/50_step_melt.exp"
