= Install on Windows (from source, with CMAKE) = First, you should obtain and extract the source code. You can either use the mercurial repository, or use the following links. - [http://lemon.cs.elte.hu/hg/lemon-main/archive/r1.0.1.zip Latest stable release, version 1.0.1 (.zip)] - [http://lemon.cs.elte.hu/hg/lemon-main/archive/tip.zip Latest development snapshot (.zip)] You must also download and install [http://www.cmake.org/files/v2.6/cmake-2.6.2-win32-x86.exe CMake 2.6.2 (.exe installer)] or later. Finally - assuming you use a recent version of use Visual Studio - start a "Visual Studio Command Prompt" from the start menu. Then, in the command prompt, step into the extracted {{{LEMON}}} source directory and type in the following commands. {{{ mkdir build cd build cmake -G "NMake Makefiles" .. nmake nmake install }}}