SUP successfully compiled on a linux system with gcc version 3.3.2, and
on a Solaris system using gcc version 2.95.3
  
On a Windows environment, the easiest way to get it to compile is to install 
CYGWIN, a UNIX emulator, that can be found at http://www.cygwin.com/ .
This may also be the easiest way to recompile FastSLINK when necessary.
It was successfully tested on a machine running Windows 2000 and CYGWIN.

To compile, go to the src directory and type 

% make

or 

% g++ -o sup *.cc

And then put the location of sup in your path.

The documentation can be found in the doc directory.

