OBTAINING SOURCE CODE:
----------------------

Source code to "GForge" is available from my homepage and many sites on the
World Wide Web (WWW).  Search for "gforge*.tar.gz" to find the archive, or

http://jump.stanford.edu:8080/beale/gforge/

COMPILING:
----------

The program is not fancy and should compile easily under GNU C (gcc)*.  Type
"make big" if your machine stores floating point numbers in IEEE big-endian
format (SPARC, SGI, Motorola, etc.) or "make little" if your floats are in
little-endian format (Intel 80x86/Linux, DEC Ultrix). By the way, this only
makes a difference if you're using the "MAT" Matlab binary format output,
if you never use that format it doesn't matter which you select; the
program will otherwise work fine either way.

* NOTE: The zlib v0.93 code will compile incorrectly at the moment using
gcc 2.6.3 under DEC's OSF/1 (You'll get a segmentation fault when saving a
PNG image). If you are running OSF/1, use DEC's "cc" instead to compile the
code in the zlib directory. This seems unique to OSF; 

version 1.2c:
I have compiled everything with no trouble using gcc 2.6.3 under 
Sun SunOS 4.1.3, DEC
Ultrix v4.2A, SGI Irix v.4, HP-UX A.09.05, IBM AIX v3.2.5, and MSDOS 5.0
(djgpp v2), and also gcc 2.5.8 under Linux 1.1.95.
