62 | | Finally - assuming you use a recent version of use Visual Studio - |
63 | | start a "Visual Studio Command Prompt" from the start menu. Then, in |
64 | | the command prompt, step into the extracted {{{LEMON}}} source directory and |
65 | | type in the following commands. |
66 | | |
67 | | {{{ |
68 | | mkdir build |
69 | | cd build |
70 | | cmake -G "NMake Makefiles" .. |
71 | | nmake |
72 | | nmake install |
73 | | }}} |
| 62 | Open the generated {{{LEMON.sln}}} file, the you will find several targets corresponding to the tasks of the previous section. They are |
| 63 | - {{{ALL_BUILD}}} |
| 64 | - {{{RUN_TESTS}}} |
| 65 | - {{{HTML}}} ??? |
| 66 | - {{{INSTALL}}} |