COIN-OR::LEMON - Graph Library

Changes between Version 4 and Version 5 of InstallCmake


Ignore:
Timestamp:
01/21/09 09:04:51 (15 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallCmake

    v4 v5  
    6060=== With IDE ===
    6161
    62 Finally - assuming you use a recent version of use Visual Studio -
    63 start a "Visual Studio Command Prompt" from the start menu. Then, in
    64 the command prompt, step into the extracted {{{LEMON}}} source directory and
    65 type in the following commands.
    66 
    67 {{{
    68 mkdir build
    69 cd build
    70 cmake -G "NMake Makefiles" ..
    71 nmake
    72 nmake install
    73 }}}
     62Open the generated {{{LEMON.sln}}} file, the you will find several targets corresponding to the tasks of the previous section. They are
     63 - {{{ALL_BUILD}}}
     64 - {{{RUN_TESTS}}}
     65 - {{{HTML}}} ???
     66 - {{{INSTALL}}}