#
# put this at the end of your .cshrc file or source it to set the 
# environment variables groupkit needs to run
#
# set GK_ROOT to the directory where you've installed groupkit
#

set GK_ROOT=/home/grouplab/roseman/work

set path=($GK_ROOT/bin $path)

setenv GK_LIBRARY $GK_ROOT/lib/groupkit
setenv DP_LIBRARY $GK_ROOT/lib/dp
setenv TCL_LIBRARY $GK_ROOT/lib/tcl
setenv TK_LIBRARY $GK_ROOT/lib/tk
