COIN-OR::LEMON - Graph Library

Changes between Version 18 and Version 19 of InstallCmake


Ignore:
Timestamp:
02/02/09 11:41:23 (15 years ago)
Author:
Peter Kovacs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallCmake

    v18 v19  
    1515   - [http://lemon.cs.elte.hu/pub/win32/deps/graphviz-2.20.3.msi Graphviz 2.20.3 (.msi installer)]
    1616   - [http://lemon.cs.elte.hu/pub/win32/deps/gs863w32.exe GPL Ghostscript 8.63 (.exe installer)]
    17  - 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.
    18    - [http://lemon.cs.elte.hu/pub/win32/deps/TortoiseHg-0.6.exe TortoiseHg 0.6 (.exe installer)]
     17 - 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.
     18   - A local copy can be found here: [http://lemon.cs.elte.hu/pub/win32/deps/TortoiseHg-0.6.exe TortoiseHg 0.6 (.exe installer)]
    1919
    2020== Obtaining the Source ==
    2121
    22  - Either download and extract the following {{{.zip}}} files.
    23    - [http://lemon.cs.elte.hu/hg/lemon-main/archive/r1.0.2.zip Latest stable release, version 1.0.2 (.zip)]
    24    - [http://lemon.cs.elte.hu/hg/lemon-main/archive/tip.zip Latest development snapshot (.zip)]
     22 - Either download and extract
     23   - [wiki:Downloads one of the stable releases] or
     24   - [http://lemon.cs.elte.hu/hg/lemon-main/archive/tip.zip the latest development snapshot (.zip)]
    2525 - Or check out it with Mercurial. The development repository URL is
    26    - http://lemon.cs.elte.hu/hg/lemon-main
     26   - http://lemon.cs.elte.hu/hg/lemon-main.
    2727
    2828== Configure the CMAKE ==
     
    3232Then start the CMake GUI and browse the source code and the build folders.
    3333
    34 It is even better to start the "Visual Studio 2008 Command Prompt" from the start menu. Then, in the command prompt, step into the build folder and type
     34It is even better to start the "Visual Studio 2008 Command Prompt" from the Start menu. Then, in the command prompt, step into the build folder and type
    3535{{{
    3636cmake-gui ..
     
    5050Then click again on "Configure" and finally on "Generate".
    5151
    52 The configuration is done
     52The configuration is done.
    5353
    54 == Build and install ==
     54== Build and Install ==
    5555
    5656=== With NMake ===