Changes between Version 3 and Version 4 of HowToCompile
- Timestamp:
- 12/19/10 10:48:16 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToCompile
v3 v4 11 11 - Thirdly, you can use the [ProjectTemplate LEMON project template] either with an installed or a project local version of LEMON. This template is a preconfigured CMAKE build environment for LEMON based C++ projects. It is especially recommended for larger project with several source codes (and even multiple executables), but it pretty easy to set up for small applications, too. 12 12 13 The second and the third option hastwo important advantages.13 The second and the third options have two important advantages. 14 14 - Firstly, they are platform independent solutions, CMAKE will create proper `Makefile`s or solution/project files for the IDE of your choice, on all platforms and without any editing of the configuration file. 15 15 - Secondly, you can choose a ''specific version'' of LEMON for your project which you can carry with your code thus you do not depend on an installed version.