COIN-OR::LEMON - Graph Library

Changes between Version 17 and Version 18 of InstallCmake


Ignore:
Timestamp:
01/29/09 11:48:30 (15 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallCmake

    v17 v18  
    2121
    2222 - Either download and extract the following {{{.zip}}} files.
    23    - [http://lemon.cs.elte.hu/hg/lemon-main/archive/r1.0.1.zip Latest stable release, version 1.0.1 (.zip)]
     23   - [http://lemon.cs.elte.hu/hg/lemon-main/archive/r1.0.2.zip Latest stable release, version 1.0.2 (.zip)]
    2424   - [http://lemon.cs.elte.hu/hg/lemon-main/archive/tip.zip Latest development snapshot (.zip)]
    2525 - Or check out it with Mercurial. The development repository URL is
     
    3939
    4040Now click on the "Configure" button. Here choose
    41  - either '''{{{Visual Studio 9 2008}}}''' to create project files and an {{{.sln}} file usable from the Visual Studio IDE.
     41 - either '''{{{Visual Studio 9 2008}}}''' to create project files and an '''{{{.sln}}}''' file usable from the Visual Studio IDE.
    4242 - or '''{{{NMake Makefiles}}}''' to create makefiles and compile from command line. In this case you ''must'' start {{{cmake-gui}}} from the "Visual Studio 2008 Command Prompt"
    4343
     
    7777=== With IDE ===
    7878
    79 Open the generated {{{LEMON.sln}}} file, then you will find several targets corresponding to the tasks of the previous section. They are
     79Open the generated '''{{{LEMON.sln}}}''' file in Visual Studio (or just click on it in the Windows Explorer), then you will find several targets corresponding to the tasks of the previous section. They are
    8080 - {{{ALL_BUILD}}}
    8181 - {{{RUN_TESTS}}}
     
    8383 - {{{INSTALL}}}
    8484
    85 Simply right click and choose "Build" for each of these target.
     85Simply right click and choose "Build" for each of these target (in the above order).