COIN-OR::LEMON - Graph Library

Changes between Version 3 and Version 4 of InstallGuide


Ignore:
Timestamp:
02/02/09 10:37:03 (15 years ago)
Author:
Peter Kovacs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallGuide

    v3 v4  
    33== Binary Releases ==
    44
    5  - Packages for openSUSE 10.2/10.3/11.0/11.1 can be found in the science repository of the openSUSE Build Service:[[BR]]
     5 - Packages for openSUSE 10.2/10.3/11.x can be found in the science repository of the openSUSE Build Service:[[BR]]
    66   [http://download.opensuse.org/repositories/science/]
    77
     
    1313Your choice will mainly depend on the operation system you use.
    1414
    15  - Choose the autotool based one on Linux, Mac OSX and other Unices. It is also your choice if on Windows if you use [http://www.cygwin.com/ Cygwin].
     15 - Choose the '''autotool''' based one on Linux, Mac OSX and other Unices. It is also your choice if on Windows if you use [http://www.cygwin.com/ Cygwin].
    1616   - [InstallAutotool Install Guide for Autotool]
    17  - Choose the cmake based one on M$ Windows, though it also works with Linux
     17 - Choose the '''cmake''' based one on MS Windows, though it also works with Linux.
    1818   - [InstallCmake Install Guide for CMake]
    1919
    2020More precisely,
    2121 - On '''Linux''', '''Solaris''', '''Mac OSX''' and other Unices
    22    - '''autotool''' is recommended but '''cmake''' is also supported
     22   - '''autotool''' is recommended, but '''cmake''' is also supported
    2323 - On '''Windows'''
    2424   - with '''Visual Studio 2005/2008'''
     
    2727       - NMake makefile
    2828   - with '''Cygwin'''
    29      - '''autotool''' is recommended but '''cmake''' is also supported
     29     - '''autotool''' is recommended but '''cmake''' is also supported.
    3030   - with '''MinGW'''
    31      - use '''cmake'''.
     31     - use '''cmake'''