COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 1 of InstallGuide


Ignore:
Timestamp:
01/20/09 16:42:18 (15 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallGuide

    v1 v1  
     1= Installation Guide =
     2
     3In this section we detail how to start using LEMON, from downloading it
     4to your computer, through the steps of installation, to showing how to
     5compile programs that use LEMON. We assume that you
     6have a basic knowledge of your operating system and C++ programming
     7language. The procedure is pretty straightforward, but if you have any
     8difficulties do not hesitate to
     9[mailto:lemon-user@lemon.cs.elte.hu ask].
     10
     11In fact, LEMON provides two different build environments, one is based on
     12[http://en.wikipedia.org/wiki/GNU_build_system autotool] while the other is based on
     13[http://cmake.org cmake].
     14Your choice will mainly depend on the operation system you use -
     15choose the autotool based one on Linux and other Unices,
     16while use the cmake based one on M$ Windows.
     17