COIN-OR::LEMON - Graph Library

Changes between Version 1 and Version 2 of InstallGuide


Ignore:
Timestamp:
01/20/09 17:24:43 (15 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallGuide

    v1 v2  
    11= Installation Guide =
    22
    3 In this section we detail how to start using LEMON, from downloading it
    4 to your computer, through the steps of installation, to showing how to
    5 compile programs that use LEMON. We assume that you
    6 have a basic knowledge of your operating system and C++ programming
    7 language. The procedure is pretty straightforward, but if you have any
    8 difficulties do not hesitate to
    9 [mailto:lemon-user@lemon.cs.elte.hu ask].
     3== Binary Releases ==
     4
     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]]
     6   [http://download.opensuse.org/repositories/science/]
     7
     8== Install From Source ==
    109
    1110In fact, LEMON provides two different build environments, one is based on
    1211[http://en.wikipedia.org/wiki/GNU_build_system autotool] while the other is based on
    1312[http://cmake.org cmake].
    14 Your choice will mainly depend on the operation system you use -
    15 choose the autotool based one on Linux and other Unices,
    16 while use the cmake based one on M$ Windows.
     13Your choice will mainly depend on the operation system you use.
    1714
     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].
     16   - [InstallAutotool Install Guide for Autotool]
     17 - Choose the cmake based one on M$ Windows, though it also works with Linux
     18   - [InstallCmake Install Guide for CMake]