COIN-OR::LEMON - Graph Library

Changes between Version 1 and Version 2 of InstallCmake


Ignore:
Timestamp:
01/21/09 08:12:16 (15 years ago)
Author:
Alpar Juttner
Comment:

work in progress

Legend:

Unmodified
Added
Removed
Modified
  • InstallCmake

    v1 v2  
    11= Install on Windows (from source, with CMAKE) =
    22
    3 First, you should obtain and extract the source code. You can either use the  mercurial repository, or use the following links.
    4  - [http://lemon.cs.elte.hu/hg/lemon-main/archive/r1.0.1.zip Latest stable release, version 1.0.1 (.zip)]
    5  - [http://lemon.cs.elte.hu/hg/lemon-main/archive/tip.zip Latest development snapshot (.zip)]
     3== Prerequisites ==
    64
    7 You must also download and install [http://www.cmake.org/files/v2.6/cmake-2.6.2-win32-x86.exe CMake 2.6.2 (.exe installer)] or later.
     5 - You must have a C++ compiler. We assume here [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio Visual Studio 2008]. The freely available [http://www.microsoft.com/Express/ Express Edition] is fine.
     6 - You must also download and install [http://www.cmake.org/files/v2.6/cmake-2.6.2-win32-x86.exe CMake 2.6.2 (.exe installer)] or later.
     7
     8Optional tools:
     9 - For HTML document generation you need to install a recent version of {{{Doxygen}}} and {{{Ghostscript}}}.
     10 - If you want to keep track of the latest development of LEMON or even contribute to it, you need the [http://http://www.selenic.com/mercurial Mercurial] distributed version control system. We ''strongly'' recommend to use [http://tortoisehg.sourceforge.net/ TortoiseHg] which provides a simple installer for Mercurial, a nice GUI and also an integration to the MS-Windows Explorer.
     11
     12== Obtaining the Source ==
     13
     14 - Either download and extract the following {{{.zip}}} files.
     15   - [http://lemon.cs.elte.hu/hg/lemon-main/archive/r1.0.1.zip Latest stable release, version 1.0.1 (.zip)]
     16   - [http://lemon.cs.elte.hu/hg/lemon-main/archive/tip.zip Latest development snapshot (.zip)]
     17 - Or check out it with Mercurial. The development repository url is
     18   - http://lemon.cs.elte.hu/hg/lemon-main
     19
    820
    921Finally - assuming you use a recent version of use Visual Studio -