Steps to test the binary distribution:
######################################

1. set the following environment variables:
 
LINK_BASE :   <this directory>
STK_LOAD_PATH : <this_directory/stklos>
STK_LIBRARY :   <this_directory>

sh/bash/ksh:  copy these lines:
----------------------------
export LINK_BASE=`pwd`
export STK_LOAD_PATH=`pwd`/stklos
export STK_LIBRARY=`pwd`

csh/tcsh:  copy these lines:
----------------------------
setenv LINK_BASE `pwd`
setenv STK_LOAD_PATH `pwd`/stklos
setenv STK_LIBRARY `pwd`

2. type './Link'


Steps to install the binary distribution:
#########################################

1. edit the file "Makefile" and set the macros ROOT, BINDIR, and LIBDIR
   as directed

2. type "make install"

3. notify your users to set the following environment variables:
 
STK_LOAD_PATH : <libdir>/stklos  
STK_LIBRARY   : <libdir>/STk  

where <libdir> is whatever you set $(LIBDIR) to be.

The executable is named "Link."
