Changes between Version 15 and Version 16 of building
- Timestamp:
- 06/27/08 17:52:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
building
v15 v16 35 35 === Step 3 === 36 36 37 Type ''make al tall'' in a terminal to compile all Cheddar tools (''make altalldebug'' for debug version).37 Type ''make all'' in a terminal to compile all Cheddar tools (''make alldebug'' for debug version). 38 38 39 39 Note : if you want to remove all objects created during Cheddar compilation, 40 type ''make altclean'' (resp. ''make altcleandebug'').40 type ''make clean'' (resp. ''make cleandebug''). 41 41 42 42 == Windows Boxes == … … 134 134 135 135 In order to build Cheddar framework examples, one can follow building instructions for Cheddar tools (command line and GPS) 136 with the GPS project ''frameworkexamples.gpr'' and Makefile option '' altexamples'' and ''altexamplesdebug''.136 with the GPS project ''frameworkexamples.gpr'' and Makefile option ''examples'' and ''examplesdebug''. 137 137 138 138 ----