Welcome to Earthworm

Before you try and compile Earthworm from this directory, you will
need to set some environment variables as they are used by the
Makefiles pre-built herein.

Step 1:
cd ../environment and find the shell/OS that matches your platform
edit the environment file and then run or source the file so that
your build environment is set.

The most important env var for compilation under Unix is GLOBALFLAGS.
For Windows, there are Visual Studio .bat variable settings that must
be sourced (see the ew_nt.cmd example).

Step 2:
run make or for windows nmake followed by your target OS:

1. To build (compile) the entire Earthworm distribution on a Sun:
        make solaris

1a. To compile the Earthworm distrib. on a Mac OS X, Linux, or other POSIX box:
        make unix

2. To build (compile) the entire Earthworm distribution on an NT PC:
        nmake nt




