Changes between Version 2 and Version 3 of Ticket #1
- Timestamp:
- 07/27/08 13:03:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1 – Description
v2 v3 14 14 ---- 15 15 16 Building CS-Map using refactored Makefile files: 17 18 1. Build CS-Map library, dictionaries compiler and test program 19 {{{ 20 $ cd trunk/CsMapDev 21 $ make 22 }}} 23 24 2. Build dictionaries 25 {{{ 26 $ cd trunk/CsMapDev 27 $ make dict 28 }}} 29 30 3. Run test program 31 {{{ 32 $ cd trunk/CsMapDev 33 $ make test 34 }}} 35 36 4. Clean all 37 {{{ 38 $ cd trunk/CsMapDev 39 $ make clean 40 }}} 41 42 ---- 43 16 44 One major update is not included in this patch, CS-Map uses names that belong to class of names reserved by C/C++ implementation. Reserved identifiers begin with 1 or 2 underscores and continuewith a capital letter (for instance, 17 45 {{{