COIN-OR::LEMON - Graph Library

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

--

Installation Guide

Binary Releases

Install From Source

In fact, LEMON provides two different build environments, one is based on autotool while the other is based on cmake. Your choice will mainly depend on the operation system you use.

More precisely,

  • On Linux, Solaris, Mac OSX and other Unices
    • autotool is recommended but cmake is also supported
  • On Windows
    • with Visual Studio 2005/2008
      • use cmake which can generate
        • solution and project files for the IDE or
        • NMake makefile
    • with Cygwin
      • autotool is recommended but cmake is also supported
    • with MinGW
      • use cmake.