SPEC and CPLOT installation

dm smilgies, June 13, 2002

0) log in as "root"
1) copy the files "spec_5.01.02_rh71.tar" and cplot_rh70.tgz to /home/specadm
2) unpack spec.tar using "tar -xvf spec.tar"
3) run Install by typing "./Install"
4) go through the various choices; choose /usr/local/spec/bin as installation directory
5) unpack cplot using "gunzip cplot_rh70.tgz"; this will produce "cplot_rh70.tar"
6) create directory "/usr/local/cplot" and unpack the tar file there using "tar -xvf cplot_rh70.tar"
7) logout as root and login as yourself or specuser; type "fourc" and "cplot"
8) if the programs do not start up, add the following lines to your .bashrc
       alias fourc="/usr/local/spec/bin/fourc"
       alias cplot="/usr/local/cplot/bin/cplot"
   then run the the command file by typing "source .bashrc"; repeat step 7)

p.s. Experts may want to consult Gerry Swislow's README file.