Environment varables

In order to be able to work with hush it is conventient to have some environment variables set:
HUSH /home/oo/hush/version/new Root directory of your hush version
SHARE /home/hush/share Libraries and packages shared by several hush versions
OPENWINHOME /usr/openwin Root directory of Open Windows

PATH

You need at least the following directories in you PATH:
. The current directory
/bin Default bin
/usr/bin Default bin
/usr/local/bin For g++(1) and other local binaries
/usr/ccs/bin For make(1) and other developer's binaries
$OPENWINHOME/bin For xman(1) and other OpenWindows binaries
$HUSH/bin For hush(1) interpreter and other hush binaries

MANPATH

You need at least the following directories in you MANPATH:
/usr/man Default man
/usr/local/man For g++(1) and other local manuals
$OPENWINHOME/man For xman(1) and other OpenWindows manuals
$SHARE/tcl-8.0/man For Tcl manuals
$SHARE/tk-8.0/man For Tk manuals
$HUSH/man For hush(1) and other hush manuals

LD_LIBRARY_PATH

Do not use LD_LIBRARY_PATH unless you know what your doing!