Changes between Version 8 and Version 9 of InstallCmake
- Timestamp:
- 01/21/09 13:35:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallCmake
v8 v9 13 13 - 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] 14 14 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}}}. 16 16 - 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. 17 17 … … 52 52 - Start the "Visual Studio 2008 Command Prompt". 53 53 - Step into the build folder 54 - To compile the source and build the library type54 - To compile the source and build the library, type 55 55 {{{ 56 56 nmake 57 57 }}} 58 - For executing the self tests run58 - For executing the self tests, run 59 59 {{{ 60 60 ctest 61 61 }}} 62 - To generate the HTML documentation (see the prerequisites above) type62 - To generate the HTML documentation (see the prerequisites above), type 63 63 {{{ 64 64 nmake html