Changes between Version 6 and Version 7 of Development/Building
- Timestamp:
- 02/24/10 02:57:15 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Building
v6 v7 21 21 == Building == 22 22 23 1.Build the compiler, runtime system, external libraries and base libraries.23 * Build the compiler, runtime system, external libraries and base libraries. 24 24 {{{ 25 25 $ make 26 26 }}} 27 27 28 2.As above, but also build source docs and run all the regression tests.28 * As above, but also build source docs and run all the regression tests. 29 29 {{{ 30 30 $ make total
