Installation And Configuration¶
Prerequisites¶
Bde build system expects following software to be preinstalled and configured on the system:
See the Requirements for details.
Download BDE tools¶
Clone the bde-tools repository:
$ git clone https://github.com/bloomberg/bde-tools.git
Add the
<bde-tools>/bin
to thePATH
environment variable:
$ export PATH=<bde-tools>/bin:$PATH
Note
Instead of adding bde-tools/bin
to your PATH
, you can also execute
the scripts from directly from bde-tools/bin
folder.
Check detected compilers¶
After installing bde-tools, you can verify the build system installation by listing the compilers that are found on the host:
$ bbs_build_env.py list
In most cases, the tool will list compilers currently installed in the system without any additional configuration.
For custom compilers installation or custom toolchain, please See Add a Custom Compiler Profile
Congratulations! BBS build system is complete and is ready to use.