This web page is sponsored by Tara Matise, for Phil Green,
the primary
author of the CRI-MAP map building program.
If you have trouble interacting with the Web page, or unpacking or
compiling the code,
send e-mail to Tara Matise at
matise@biology.rutgers.edu
If you have any trouble with the CRI-MAP program or documentation
file,
please send e-mail to Phil
Green at pgh@u.washington.edu
You will need to have access to a Unix system for the initial unpacking, but once you've unpacked the .tar file, you should be able to compile the source code on computers running other operating systems -- it should be portable to almost anything with a decent C compiler and adequate memory (16 Mb RAM or more is desirable).
zcat crimap.source.tar| tar xvf -
cc -O -o crimap *.c -lm
cat progdoc_v2.4 | tbl | eqn | troff -ms -t | lpr -t
If this fails, you can still read the file progdoc_v2.4 directly (it is ASCII) by ignoring the embedded troff formatting statements.