Version 1 (modified by 16 years ago) (diff) | ,
---|
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.
You must also download and install 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