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

Binary installation of the SpecC compiler:

- First, unpack the distribution archive into the directory
  /home/unknown/project/SpecC/scrc-1.2/scrc-1.2
  => cd /home/unknown/project/SpecC/scrc-1.2/scrc-1.2
  => gtar xvzf scrc-1.2-bin.tar.gz

- This binary distribution is compiled to be placed in the
  /home/unknown/project/SpecC/scrc-1.2/scrc-1.2 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 /home/unknown/project/SpecC/scrc-1.2/scrc-1.2/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, January 3, 2002.
