Overview
--------
This file give instructions for installing IPSC.  Note: you will need to
download the source for 'prips' to compile IPSC.  The source for prips
can be found on the IPSC home page.

Installation (source or tar)
----------------------------
If you've downloaded the binary version of IPSC, do steps one and four.

1.  Unpack the gzipped tar file: 'tar xvfz ipsc.tar.gz' 
2.  Do the same for the prips source code: 'tar xvfz prips.tar.gz'
3.  Move into the prips directory and type 'make'
4.  Move into the IPSC source directory: 'cd ipsc/src'
5.  To make the command line version, ipsc, type 'make ipsc'
    To make the GNOME version, type 'make gipsc'.  To make
    both, type 'make'
6.  Move the binaries (i.e ipsc, gipsc) wherever you'd like 
    them (e.g. /usr/local/bin)

Installation (RPM)
------------------
1.  Type something like 'rpm -Uvh ipsc-version-i386.rpm'.  The RPM 
    install puts the binaries for ipsc and gipsc in /usr/bin.  The 
    documentation is installed in /usr/doc/ipsc-<version>.
