COIN-OR::LEMON - Graph Library

Changes between Version 3 and Version 4 of HowToCompile


Ignore:
Timestamp:
12/19/10 10:48:16 (13 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToCompile

    v3 v4  
    1111 - Thirdly, you can use the [ProjectTemplate LEMON project template] either with an installed or a project local version of LEMON. This template is a preconfigured CMAKE build environment for LEMON based C++ projects. It is especially recommended for larger project with several source codes (and even multiple executables), but it pretty easy to set up for small applications, too.
    1212
    13 The second and the third option has two important advantages.
     13The second and the third options have two important advantages.
    1414 - Firstly, they are platform independent solutions, CMAKE will create proper `Makefile`s or solution/project files for the IDE of your choice, on all platforms and without any editing of the configuration file.
    1515 - Secondly, you can choose a ''specific version'' of LEMON for your project which you can carry with your code thus you do not depend on an installed version.