First, change directory to where the ANSIG directory tree is supposed to be. In the description below, this is assumed to be /usr/local. Move the compressed/gzipped tar file to there:
# mv ansig.tar.Z /usr/local
Next, uncompress/gunzip the tar file:
# uncompress ansig.tar.Z
or
# gunzip ansig.tar.gz
Then unpack the tar file:
# tar xpovf ansig.tar
This will create the two directories forlib and
ansig. You may already have a forlib directory for
MolScript. If this is for MolScript version 1.4, then there is no
problem; ANSIG v3.3 and MolScript v1.4 both use the same
forlib. If you have an older MolScript version, then you should
save that forlib in some other place, or get the new version of
MolScript (email
molscript@bioc.cam.ac.uk
for further information).
Then build the ANSIG executables:
# cd forlib
# make
# cd ../ansig/irix
# make all
This will create the ansig executable for ordinary work, the
nogansig executable for work without the graphics, and the
different matrix conversion programs. The executables should probably
be moved to the /usr/local/bin directory, so that they are
easily accessible in the user's path.