VirtualBox

Changes between Version 25 and Version 26 of Build instructions


Ignore:
Timestamp:
Dec 7, 2006 7:05:32 PM (17 years ago)
Author:
jose
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Build instructions

    v25 v26  
    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. If you add the `packing` target, an installation package is built according to the requirements of your platform (see below).
     9The default build target is `all`, which produces all executables in the `out/{platform}/{release|debug}/` directories.
    1010
    1111 * [wiki:"Linux Build Instructions"]

© 2023 Oracle
ContactPrivacy policyTerms of Use