COIN-OR::LEMON - Graph Library

Changes between Version 2 and Version 3 of InstallCmake


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

work in progress

Legend:

Unmodified
Added
Removed
Modified
  • InstallCmake

    v2 v3  
    1818   - http://lemon.cs.elte.hu/hg/lemon-main
    1919
     20== Configure the CMAKE ==
     21
     22The compilation must be done in a separate folder. We suggest to create a subfolder called '''{{{build}}}''' in the root of the source code repository.
     23
     24Then start the CMake GUI and browse the source code and the build folders.
     25
     26It 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
     27{{{
     28cmake-gui ..
     29}}}
     30Now click on the "Configure" button. Here choose
     31 - either '''{{{Visual Studio 9 2008}}}''' to create project files and an {{{.sln}} file usable from the Visual Studio IDE.
     32 - 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"
     33Then click again on "Configure" and finally on "Generate".
     34
     35The configuration is done
     36
     37== Build and install ==
     38
    2039
    2140Finally - assuming you use a recent version of use Visual Studio -