Building The ELAM Libray

ELAM contains the following directories:

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.