|
Environment Variables
Each user must set an environment variable to the path of the installation directory and also set the path variable to provide access to the product executable.
setenv ICEM_ACN / set path = ($ICEM_ACN/bin $path)
To make sure that users can read the HTML manuals from within ICEM DDN, you should set the environment variable ICEM HTML. It must point to the executable file of the desired browser.
Example:
setenv ICEM_HTML /usr/bin/X11/netscape
To view the manuals in PDF format, copy the acroread excutable from the Adobe Acrobat installation to the installed ICEM DDN directory bin.
Example: cp /usr/bin/acroread /bin
These lines can be added to each user's .cshrc file. If you install one or more translators and do not install ICEM DDN or ICEMview, you will need to set the following environment variables in order use the translators:
• For DXF:
setenv DXF_ACN / set path=($DXF_ACN $path)
• For IGES:
setenv IGES_ACN / set path=($IGES_ACN $path)
• For TVDA:
setenv TVDA_ACN / set path=($TVDA_ACN $path) |