COIN-OR::LEMON - Graph Library

Changes between Version 8 and Version 9 of InstallCmake


Ignore:
Timestamp:
01/21/09 14:35:33 (15 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallCmake

    v8 v9  
    1313   - A local copy of the installer can be found here: [http://lemon.cs.elte.hu/pub/win32/deps/glpk-4.34-setup.exe glpk-4.34-setup.exe]
    1414
    15  - For HTML document generation you need to install a recent version of {{{Doxygen}}} and {{{Ghostscript}}}.
     15 - For HTML document generation, you need to install a recent version of {{{Doxygen}}} and {{{Ghostscript}}}.
    1616 - 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.
    1717
     
    5252 - Start the "Visual Studio 2008 Command Prompt".
    5353 - Step into the build folder
    54  - To compile the source and build the library type
     54 - To compile the source and build the library, type
    5555   {{{
    5656nmake
    5757   }}}
    58  - For executing the self tests run
     58 - For executing the self tests, run
    5959   {{{
    6060ctest
    6161   }}}
    62  - To generate the HTML documentation (see the prerequisites above) type
     62 - To generate the HTML documentation (see the prerequisites above), type
    6363   {{{
    6464nmake html