You can simply type "make" in this directly to compile the whole
system and then go to the ./bin directory to run the two test
programs:
             test1disk input1.dat
             test2disk input2.dat

The Makefile works on Solaris. If it has problems with your OS,
you can go to the ./libsrc directory to compile the library
first (by typing "make depend" then "make",) then go to the 
./src directory to compile the C++ wrapper and the test programs. 
You can then run the test programs.

For more information, read the CHANGE.README file in the ./libsrc 
directory, and the README as well as source files in the ./src
directory.

-Yiming Hu
