boost-bcp

Extracts subsets of the Boost C++ library for minimal builds

brewmacoslinux
Try with needOr install directly
Source

About

Utility for extracting subsets of the Boost library

Commands

bcp

Examples

Extract specific Boost libraries to a destination directory$ bcp --boost=/usr/local/opt/boost filesystem regex /tmp/boost-subset
Extract a single header and its dependencies$ bcp boost/shared_ptr.hpp /tmp/boost-minimal
List available Boost libraries$ bcp --list