25 lines
1004 B
Plaintext
25 lines
1004 B
Plaintext
================================================================================
|
|
| The Bouquet Build System |
|
|
================================================================================
|
|
|
|
1 Introduction
|
|
--------------
|
|
|
|
Bouquet is a tool for unifying and co-ordinating the build process for
|
|
several independent and inter-related components.
|
|
|
|
It handles the configuration, building, and installation of components to
|
|
a common system prefix, allowing components to depend on and refer to
|
|
each other, and publish definitions and features for dependent components to
|
|
use.
|
|
|
|
Bouquet can maintain builds for multiple targets in parallel, including
|
|
builds for multiple target platforms. The bouquet tool can be extended with
|
|
custom user-defined commands, allowing for custom functionality to be
|
|
implemented.
|
|
|
|
Bouquet is mainly used to facilitate the building of the Rosetta operating
|
|
system.
|
|
|
|
vim: shiftwidth=3 expandtab
|