Changes between Version 18 and Version 19 of InstallCmake
- Timestamp:
- 02/02/09 10:41:23 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallCmake
v18 v19 15 15 - [http://lemon.cs.elte.hu/pub/win32/deps/graphviz-2.20.3.msi Graphviz 2.20.3 (.msi installer)] 16 16 - [http://lemon.cs.elte.hu/pub/win32/deps/gs863w32.exe GPL Ghostscript 8.63 (.exe installer)] 17 - 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.18 - [http://lemon.cs.elte.hu/pub/win32/deps/TortoiseHg-0.6.exe TortoiseHg 0.6 (.exe installer)]17 - 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. 18 - A local copy can be found here: [http://lemon.cs.elte.hu/pub/win32/deps/TortoiseHg-0.6.exe TortoiseHg 0.6 (.exe installer)] 19 19 20 20 == Obtaining the Source == 21 21 22 - Either download and extract the following {{{.zip}}} files.23 - [ http://lemon.cs.elte.hu/hg/lemon-main/archive/r1.0.2.zip Latest stable release, version 1.0.2 (.zip)]24 - [http://lemon.cs.elte.hu/hg/lemon-main/archive/tip.zip Latest development snapshot (.zip)]22 - Either download and extract 23 - [wiki:Downloads one of the stable releases] or 24 - [http://lemon.cs.elte.hu/hg/lemon-main/archive/tip.zip the latest development snapshot (.zip)] 25 25 - Or check out it with Mercurial. The development repository URL is 26 - http://lemon.cs.elte.hu/hg/lemon-main 26 - http://lemon.cs.elte.hu/hg/lemon-main. 27 27 28 28 == Configure the CMAKE == … … 32 32 Then start the CMake GUI and browse the source code and the build folders. 33 33 34 It 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 type34 It 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 35 35 {{{ 36 36 cmake-gui .. … … 50 50 Then click again on "Configure" and finally on "Generate". 51 51 52 The configuration is done 52 The configuration is done. 53 53 54 == Build and install ==54 == Build and Install == 55 55 56 56 === With NMake ===