HOW TO DOWNLOAD EMAP5The source code and sample input files are stored in the following zip file, EMAP5.zip. When the file is unzipped, a new directory "emap5.1.1" will be created. HOW TO COMPILE AND RUN EMAP5EMAP5 is written in ANSI C. Thus, it can be compiled on many kinds of computers. To compile the codes, you need to run the following commands: $ cc -o sift5 sift5.c -lm On some workstations, you may need to use -Aa
option. On Unix systems, the GNU C compiler(gcc) is highly recommended. |