INSTALLING
----------

   1)  cd to the directory containing the source code (src) and type
       "make".
          example:
          "cd /home/tony/fskc/src"
          "make"

   2)  At this point you can cd to the Tk directory and jump to step 6, or
       continue with step 3 and install the package in a directory of
       your choice.

   3)  Edit the makefile and change "INSTALL_DIR=/tmp/fskc" to the 
       directory you wish to install the tool in.
          example:
          "INSTALL_DIR=/home/tony/Bin"

   4)  Type "make install"

   5)  Make sure that INSTALL_DIR is in your search path (echo $PATH).
          example (for bash shell):
          "PATH=$PATH:/home/tony/Bin"

   6)  Set the environment variable FSKC_BIN_DIR to the directory you installed
       the tool in
          example (for bash shell):
          "FSKC_BIN_DIR=/home/tony/Bin"
          "export FSKC_BIN_DIR"

   7)  to run the CASE tool, enter "fskc"

   8)  for more information on using the FSKC CASE tool, see the user
       documentation

