EXAFSPAK for Tru64 UNIX |
Installation
procedure:
1. Download the
archive file
by clicking here
2. Unpack the contents into the directory in which EXAFSPAK is to be installed - e.g.
mkdir ~/exafspak
cd ~/exafspak
unzip exafspak.zip
3. Modify your .bashrc file to include:
export EXAFS=$HOME/exafspak
export PATH=$PATH:$EXAFS
Alternatively, append the following to the end of your .cshrc file:
setenv EXAFS $HOME/exafspak
set path = ( $path $EXAFS )
Please note - You must log in again for EXAFSPAK to begin working.