These instructions are for building and installing EDGE from 
its source code.

PREREQUISITES

Mac OS X, Linux, or Windows
R 2.1.1 -- with tcltk support
g++, gcc, and g77 compilers

BUILD

On Linux or Mac OS X, cd to the src/ directory.

1. Type "make".
2. Type "make install". 

On Windows, you will first have to install MinGW and MSYS, the
POSIX emulator for UNIX. Then follow the directions above.

INSTALL

The quickest way to get started from source is to build 
using the instructions above. Then, in the src/ directory, do

0. Make sure X (X11) is running and your DISPLAY environment
   variable is set.
1. cp *.so ..
2. cd ..
3. R
4. Within R, issue the command 'source("edge.r")', then 'edge()'



Future versions MAY contain a more automated install 
script.

