Xdigitise Tru64 UNIX binary installation instructions


INSTALLATION

Unpack the archive with the following command:

> gzip -dc xdd.alpha-binaries.tar.gz | tar -xvf -
 

Xdigitise is now installed in the directory where you unpacked it. To be able to start it from every other directory you can put the installation directory into your path:
 

> export PATH=$PATH:path-of installation-directory/binOSF (in sh-like shells)

or

> setenv PATH $PATH:path-of installation-directory/binOSF (in csh-like shells)
 

You can set the path in your .login or .cshrc file to make it permanent. To configure the help files call the installhelp script with the help directory path:
 

> path-of installation-directory/help/installhelp path-of installation-directory/help
 

STARTING XDIGITISE

Simply type:

> Xdigitise [TIFF-file]

Xdigitise is a script which sets the path for the dynamic libraries and the path for the online help. If there should be a problem with this script you can set them manually:
 

> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:path-of installation-directory/libOSF (in sh-like shells)

> export XDDHELPDIR=$XDDHELPDIR:path-of installation-directory/help (in sh-like shells)
 

Or in the same manner for csh-like shells using setenv.