Building The ELAM Libray
ELAM contains the following directories:
- src - contains the sources for the static ElAM library.
- demo - contains the demo program with a simple GUI, it understands only integer logic
- tests - contains test cases
- doc - documentation as HTML pages
Building
You need a C++ compiler and Qt 4.x.
In each directory simply call qmake and make (or mingw32-make, or nmake, ...). Start with src and continue with demo if you want to use the demo program. You will normally not need tests, since these are only used for engine internal tests.
To create source documentation call doxygen in the src directory. The documentation will be built in doc/source/ - open index.html to browse it.
Using the library
Read on here.