boost@1.85

Collection of portable C++ source libraries for development

brewmacoslinux
Try with needOr install directly
Source

About

Collection of portable C++ source libraries

Commands

b2

Examples

Build Boost libraries from source using the b2 build system$ b2 --with-system --with-filesystem install
Check Boost installation and available libraries$ ls $(brew --prefix boost@1.85)/lib
Compile C++ program linked against Boost libraries$ g++ -I$(brew --prefix boost@1.85)/include myprogram.cpp -L$(brew --prefix boost@1.85)/lib -lboost_system -o myprogram