Changes between Version 4 and Version 5 of Build_instructions
- Timestamp:
- Oct 18, 2007 10:30:26 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Build_instructions
v4 v5 7 7 To build, use the `kmk` command after you have entered our development environment. This is the `make` command of [wiki:"kBuild"], our homegrown build system. (To avoid confusion with an already installed make program, our make has been renamed to `kmk`). With kBuild, the `BUILD_TYPE` environment variable determines what type is built and can be `release` (enable compiler optimizations, strip debug and profiling code), `debug` (for debugging) or `profile` (for profiling). The default is `release`. 8 8 9 The default build target is `all`, which produces all executables in the `out/{platform} /{release|debug}/` directories.9 The default build target is `all`, which produces all executables in the `out/{platform}.{architecture}/{release|profile|debug}/` directories. 10 10 11 11 * [wiki:"Linux build instructions" Linux host]