Grammar engine compilation

Solarix Intellectronix project is real open source. You can download the full source codes of the project (source codes can be loaded from http://sourceforge.net/projects/solarix) and build your own version of grammar engine (provided the license agreement conditions are met). Compilation can be performed by MS VisualStudio 2003 (previous version can not be used because of the problems with partial template specialization) - project file grammar_engine.vcproj is located in LEM\Demo\Ai\Solarix\Engines. Some environment variables are to be defined:

TMP - directory to store the temporary and object files

LEM_PATH - path to LEM library.

BOOST_PATH - path to Boost C++ library (see the notes about recommended directories structure).

We recommend you to compile the project with 256 Mb RAM at least (512 Mb makes the compilation much more comfortable). After a long time (approx. 15 min on P-IV 2 Ghz) the file solarix_grammar_engine.dll is created in $(TMP)\grammar_engine folder.

  
  © Mental Computing 2010

last change 13-Mar-10