
This program has so far been compiled only on Linux. I am not even
sure if you will have no problem on Cygwin.

To compile, simply type "make". Note that you will need libgsl, the
GNU Scientific Library to compile the program. libgsl can be obtained
from http://www.gnu.org/software/gsl/.

"make install" will copy the compiled programs to /usr/local/bin/.
"make clean" will remove all compiled binaries.

