
   HIGHLNK INSTALLATION INSTRUCTIONS
  ==================================================

  This is a really simple thing, i guess. To compile 
  all tools, issue a

    make

  and then you may install with
  
    make install

  to /usr/local on your Linux box. You can change the 
  installation prefix in the Makefile.

  You might want to uninstall it in the future. If you 
  want to do that, simply do a

    make uninstall

  in this source directory where you installed from.

