Changes between Version 3 and Version 4 of InstallCmake
- Timestamp:
- 01/21/09 07:45:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallCmake
v3 v4 37 37 == Build and install == 38 38 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 {{{ 45 nmake 46 }}} 47 - For executing the self tests run 48 {{{ 49 ctest 50 }}} 51 - To generate the HTML documentation (see the prerequisites above) type 52 {{{ 53 nmake html 54 }}} 55 - Finally, to install LEMON, type 56 {{{ 57 nmake install 58 }}} 59 60 === With IDE === 39 61 40 62 Finally - assuming you use a recent version of use Visual Studio -