COIN-OR::LEMON - Graph Library

Version 2 (modified by Alpar Juttner, 15 years ago) (diff)

work in progress

Install on Windows (from source, with CMAKE)

Prerequisites

Optional tools:

  • For HTML document generation you need to install a recent version of Doxygen and Ghostscript.
  • If you want to keep track of the latest development of LEMON or even contribute to it, you need the Mercurial distributed version control system. We strongly recommend to use TortoiseHg which provides a simple installer for Mercurial, a nice GUI and also an integration to the MS-Windows Explorer.

Obtaining the Source

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