boost-build

C++ build system with cross-platform compilation support

brewmacoslinux
Try with needOr install directly
Source

About

C++ build system

Commands

b2

Examples

Build a project with default settings$ b2
Build with specific toolset and release variant$ b2 toolset=clang variant=release
Build with multiple jobs and install to prefix$ b2 -j4 install --prefix=/usr/local