COIN-OR::LEMON - Graph Library

Changes between Version 11 and Version 12 of InstallGuide


Ignore:
Timestamp:
07/30/13 16:53:49 (11 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallGuide

    v11 v12  
    11= Installation Guide =
    2 
    3 {{{
    4 #!div class=important style="border: 2pt solid; text-align: center"
    5 Note that starting from the upcoming release 1.3, the autotool based build environment will be deprecated.
    6 
    7 If you use the latest development version, we already suggest using [wiki:InstallCmake CMAKE] on all platforms.
    8 }}}
    92
    103== Build and Install from Source ==
    114
    12 In fact, LEMON provides two different build environments, one is based on
    13 [http://en.wikipedia.org/wiki/GNU_build_system autotool] while the other is based on
    14 [http://cmake.org cmake].
    15 Your choice will mainly depend on the operation system you use.
     5In fact, LEMON uses [http://cmake.org cmake] based build environment supporting various operating systems ('''Windows'''; '''Linux''', '''Solaris''', '''OSX''', '''AIX''' and other Unices), and compilers/IDEs ('''GCC''', '''Intel C++''', '''IBM XL C++''', '''Visual C++''', '''MinGW''', '''!CodeBlocks''').
    166
    17  - Choose '''autotool''' on Linux, Mac OSX and other Unices. It is also your choice if you use [http://www.cygwin.com/ Cygwin] on Windows.
    18    - [InstallAutotool Installation Guide for Autotool]
    19    - [InstallLinux Linux installation Guide for CMAKE]
     7Platform specific instructions can be found below.
    208
    21  - Choose '''cmake''' on Windows, though it also works with Linux.
    22    - [InstallCmake Installation Guide for CMake]
     9 - [InstallLinux Linux installation Guide for CMAKE]
     10 - [InstallCmake Installation Guide for CMake]
    2311
    24  - You can also use the template build environment created for LEMON based projects.
     12
     13== LEMON/CMAKE Project Template ==
     14
     15You can also use the template build environment created for LEMON based projects.
    2516   - [ProjectTemplate Guide for the LEMON Project Template]
    26 
    27 More precisely,
    28  - On '''Linux''', '''Solaris''', '''Mac OSX''' and other Unices
    29    - '''autotool''' is recommended, but '''cmake''' is also supported
    30  - On '''Windows'''
    31    - with '''Visual Studio 2005/2008'''
    32      - use '''cmake''' which can generate
    33        - solution and project files for the IDE or
    34        - NMake makefile
    35    - with '''Cygwin'''
    36      - '''autotool''' is recommended but '''cmake''' is also supported
    37    - with '''MinGW'''
    38      - use '''cmake'''
    39 
    4017
    4118== Binary Releases ==
    4219
    43  - Packages for openSUSE 10.2/10.3/11.x can be found in the science repository of the openSUSE Build Service:[[BR]]
     20 - Packages for openSUSE 12.x and SLE11 can be found in the science repository of the openSUSE Build Service:[[BR]]
    4421   [http://download.opensuse.org/repositories/science/]
    4522