BDE Build System¶
Welcome¶
The BDE Build System
(BBS) is a set of CMake modules, tools and configuration files that
simplify development of the libraries and applications that use a
BDE-style physical code organization. Importantly,
the BDE Build System is used to build the
BDE libraries
themselves.
Related Sites:
This Website¶
The documentation on this website is organized as follows:
How-To documentation for common build tasks like building the BDE libraries.
Reference information for how BDE-style code is structured, and additional features of the build system.
Tools Reference information for the command line tools like bbs_build_env
CMake Modules Documentation for the CMake modules that comprise the BDE Build System
Getting Started¶
Here are a few good staring points.
Instructions for how to Install and Configure the build system
Instructions for how to Build the BDE libraries
A description of the BDE-style physical code organization