VirtualBox

Changes between Version 4 and Version 5 of Build_instructions


Ignore:
Timestamp:
Oct 18, 2007 10:30:26 PM (17 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Build_instructions

    v4 v5  
    77To 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`.
    88
    9 The default build target is `all`, which produces all executables in the `out/{platform}/{release|debug}/` directories.
     9The default build target is `all`, which produces all executables in the `out/{platform}.{architecture}/{release|profile|debug}/` directories.
    1010
    1111 * [wiki:"Linux build instructions" Linux host]

© 2023 Oracle
ContactPrivacy policyTerms of Use