This is a guide for installation.

By now, it would seem, you have managed to uncompress the files.  These
are organized into three directories: src, docs, and examples.

To install the software cd to the src directory.
The program requires three directories.  One, INCLUDE_DIR, is the 
place where you intend to keep omni_proc.h.  This can be this directory
or something general, like /usr/include.  Another, EXEC_DIR, is where
you want the executables stored.  (There are two executables, omni_proc
and omni_make.)  The last is O_DIR, where the partially compiled object
(.o) files are to be stored.  These are necessary to the operation of
omni_make.

When you choose these directories, you need to edit Makefile and 
omni_make.c to correspond.  The first few lines (after the copyright
notice in each file define these directories.
Be sure to enter the full pathname of the directories.

Then, when the directories are accurate in both files, type
make install
This will compile everything and place it in the appropriate location.


Any questions/comments/suggestions should be directed to
orloff@poincare.geom.umn.edu.

     
