INSTALL: some notes about the installation of the binary distribution
--------

Binary installation of the SpecC system:

- First, unpack the distribution archive into the directory
  /opt/scrc
  => cd /opt/scrc
  => gtar xvzf scrc-1.0-bin.tar.gz

- This binary distribution is compiled to be placed in the
  /opt/scrc directory.
  If you need to install SpecC in a different directory, you have
  to modify the bin/setup.csh script to reflect the new installation
  directory. Usually, setting the SPECC environment variable to
  the new SpecC home directory is sufficient.

- Update your current search paths according to the file bin/setup.csh,
  or even better, put the following in your .cshrc file:
  => source /opt/scrc/bin/setup.csh

- Congratulations, your system is now installed and ready to run!
  You might want to try the included examples, e.g.:
  => mkdir work
  => cd work
  => cp $SPECC/examples/simple/* .
  => make
  => ...


Enjoy!

Rainer Doemer, May 31, 2001.
