COIN-OR::LEMON - Graph Library

Changes between Version 2 and Version 3 of InstallGuide


Ignore:
Timestamp:
01/22/09 17:16:25 (15 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallGuide

    v2 v3  
    1717 - Choose the cmake based one on M$ Windows, though it also works with Linux
    1818   - [InstallCmake Install Guide for CMake]
     19
     20More precisely,
     21 - On '''Linux''', '''Solaris''', '''Mac OSX''' and other Unices
     22   - '''autotool''' is recommended but '''cmake''' is also supported
     23 - On '''Windows'''
     24   - with '''Visual Studio 2005/2008'''
     25     - use '''cmake''' which can generate
     26       - solution and project files for the IDE or
     27       - NMake makefile
     28   - with '''Cygwin'''
     29     - '''autotool''' is recommended but '''cmake''' is also supported
     30   - with '''MinGW'''
     31     - use '''cmake'''.