To compile the Evolving Tree you need the following tools.
The package you have downloaded contains a 'src' subdirectory. Open a shell, navigate to that directory and type 'make' (without the quotes). After Make finishes, the two necessary executables will appear to the main directory
The default build is optimized, without any debug info. To get a debuggable file, run 'make DEBUG=1'.
Due to the simple nature of the code, Autoconf and Automake are not used. They would just create unneeded complexity.
The Makefile has compilation options for some other compilers as well. Browse it for further information.
Copyright 2004 Jussi Pakkanen, Laboratory of Computer and Information Science, Helsinki University of Technology.