Changes between Version 1 and Version 2 of Development/Building
- Timestamp:
- 07/23/09 12:47:11 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Building
v1 v2 21 21 == Builing the compiler and runtime system == 22 22 23 1. Make a local copy of the build config file. 24 {{{ 25 $ cp make/config.mk.sample make/config.mk 26 }}} 27 28 2. Edit this make/config.mk file to set your target system. 29 30 Currently supported targets are {{{linux-{x86,x86_64}}}}, {{{darwin-{x86,x86_64}}}} [[br]] 31 Targets that haven't been tested recently are {{{freebsd-x86}}} 32 33 34 3. Build the compiler, runtime system and external libraries. 23 1. Build the compiler, runtime system and external libraries. 35 24 {{{ 25 $ make deps 36 26 $ make 37 27 }}}
