For compilation, CMake tool is required.
After the first config procedure, look for LEXO_* options
and choose which part of the project to compile and which
features to turn on or off.
For 32-bit gcc, -march=pentium-m might be needed to be added
to CMAKE_CXX_FLAGS if LEXO_USE_OPENCL is set to ON. (note:
CMAKE_CXX_FLAGS are shown only in advanced mode inside ccmake
or cmake-gui.)
Dependencies:
- Antlr is required. On Ubuntu/Kubuntu, install libantlr3c-dev package. You will probably be asked
about including libantlr3c-3.2-0 runtime libs as well. Just click ok and install both packages.