COIN-OR::LEMON - Graph Library

Changes between Version 3 and Version 4 of InstallCmake


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

work in progress

Legend:

Unmodified
Added
Removed
Modified
  • InstallCmake

    v3 v4  
    3737== Build and install ==
    3838
     39=== With NMake ===
     40
     41 - Start the "Visual Studio 2008 Command Prompt".
     42 - Step into the build folder
     43 - To compile the source and build the library type
     44   {{{
     45nmake
     46   }}}
     47 - For executing the self tests run
     48   {{{
     49ctest
     50   }}}
     51 - To generate the HTML documentation (see the prerequisites above) type
     52   {{{
     53nmake html
     54   }}}
     55 - Finally, to install LEMON, type
     56   {{{
     57nmake install
     58   }}}
     59
     60=== With IDE ===
    3961
    4062Finally - assuming you use a recent version of use Visual Studio -