Changes between Version 2 and Version 3 of ProjectTemplate
- Timestamp:
- 06/26/09 07:15:30 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectTemplate
v2 v3 1 = LEMON ContribTemplate =1 = LEMON Project Template = 2 2 3 The aim of [http://lemon.cs.elte.hu/hg/lemon- contrib-template the template repository] is to make is easier to setup a new LEMON based project.3 The aim of [http://lemon.cs.elte.hu/hg/lemon-project-template the template repository] is to make is easier to setup a new LEMON based project. 4 4 It provides a cross platform [CMake http://cmake.org/] build environment. 5 5 … … 8 8 == Setup and Build the Template == 9 9 10 This is fairly easy. First, clone the contribtemplate repository and step10 This is fairly easy. First, clone the project template repository and step 11 11 into the dir, as follows. 12 12 13 13 {{{ 14 14 #!sh 15 hg clone http://lemon.cs.elte.hu/hg/lemon- contrib-template myproject15 hg clone http://lemon.cs.elte.hu/hg/lemon-project-template myproject 16 16 cd myproject 17 17 }}} … … 53 53 == Setup Your Own Project == 54 54 55 Edit [http://lemon.cs.elte.hu/hg/lemon- contrib-template/file/tip/CMakeLists.txt CMakeLists.txt] to change the name of the project and the source files. Simply follow the instructions in [http://lemon.cs.elte.hu/hg/lemon-contrib-template/file/tip/CMakeLists.txt CMakeLists.txt].55 Edit [http://lemon.cs.elte.hu/hg/lemon-project-template/file/tip/CMakeLists.txt CMakeLists.txt] to change the name of the project and the source files. Simply follow the instructions in [http://lemon.cs.elte.hu/hg/lemon-project-template/file/tip/CMakeLists.txt CMakeLists.txt].