Boost.Build makes it easy to build C++ projects, everywhere.
You
name you executables and libraries and list their sources. Boost.Build
takes care about compiling your sources with right options, creating
static and shared libraries, making executables, and other chores —
whether you're using gcc, msvc, or a dozen more supported C++
compilers — on Windows, OSX, Linux and commercial UNIX systems.
Simple and high level build description. In most
cases a name of target and list of sources is all you need.
Portability. Most important build properties have symbolic
names that work everywhere. Why memorize compiler flags necessary
for multi-threaded 64-bit shared library, if Boost.Build can do it for you?
Variant builds. When you build the same project
twice with different properties, all produced files are placed
in different directories, so you can build with 2 versions of
gcc, or both debug and release variants in one invocation.
Global dependencies. No matter what directory you build
in, Boost.Build will always check all dependencies in your entire
project, preventing inconsistent binaries. And it's easy to
use one Boost.Build project in other, again with full dependency
tracking.
Usage requirements. A target can specify properties,
like include paths and preprocessor defines, that are necessary to use
it. Those properties will be automatically applied whenever the target
is used.
Standalone. Boost.Build's only dependency is a C compiler,
so it's easy to setup. You can even include all of Boost.Build in your
project. Boost.Build does not depend on Boost C++ Libraries.
This index is for off-line use, visit
the website for most
up-to-date content.
Статья Boost.Build: modern C++ build system раздела может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.