Environment Settings for Bassist v0.8

A compiled and installed Bassist can be taken into use by setting an environment variable or two. Assume that Bassist has been installed as /usr/users/htt/cs/bin/bassist. In order to have the installation in your use, add the following line to the .cshrc file in your home directory (assuming you use c shell or tc shell):
setenv PATH $PATH":"/usr/users/htt/cs/bin
Bassist also has a manual page. To have that page in your use, also add line
setenv MANPATH `manpath`":"/usr/users/htt/cs/man
to your .cshrc file. Command man bassist will then give a brief overview of the usage of Bassist and the generated simulators.

Note that additions to .cshrc are effective in shells and terminal windows started after the change.