Changes between Version 17 and Version 18 of InstallCmake
- Timestamp:
- 01/29/09 10:48:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallCmake
v17 v18 21 21 22 22 - Either download and extract the following {{{.zip}}} files. 23 - [http://lemon.cs.elte.hu/hg/lemon-main/archive/r1.0. 1.zip Latest stable release, version 1.0.1(.zip)]23 - [http://lemon.cs.elte.hu/hg/lemon-main/archive/r1.0.2.zip Latest stable release, version 1.0.2 (.zip)] 24 24 - [http://lemon.cs.elte.hu/hg/lemon-main/archive/tip.zip Latest development snapshot (.zip)] 25 25 - Or check out it with Mercurial. The development repository URL is … … 39 39 40 40 Now click on the "Configure" button. Here choose 41 - either '''{{{Visual Studio 9 2008}}}''' to create project files and an {{{.sln}}file usable from the Visual Studio IDE.41 - either '''{{{Visual Studio 9 2008}}}''' to create project files and an '''{{{.sln}}}''' file usable from the Visual Studio IDE. 42 42 - or '''{{{NMake Makefiles}}}''' to create makefiles and compile from command line. In this case you ''must'' start {{{cmake-gui}}} from the "Visual Studio 2008 Command Prompt" 43 43 … … 77 77 === With IDE === 78 78 79 Open the generated {{{LEMON.sln}}} file, then you will find several targets corresponding to the tasks of the previous section. They are79 Open the generated '''{{{LEMON.sln}}}''' file in Visual Studio (or just click on it in the Windows Explorer), then you will find several targets corresponding to the tasks of the previous section. They are 80 80 - {{{ALL_BUILD}}} 81 81 - {{{RUN_TESTS}}} … … 83 83 - {{{INSTALL}}} 84 84 85 Simply right click and choose "Build" for each of these target .85 Simply right click and choose "Build" for each of these target (in the above order).