bjam

A low-level build tool

Debian Debian
RUN apt-get update && \ apt-get install -y libboost1.49-dev
Ubuntu
RUN apt-get update && \ apt-get install -y libboost1.58-tools-dev
Alpine
RUN apk add boost
Arch Arch Linux
RUN pacman -S --noconfirm boost
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libboost1.67-tools-dev
CentOS
RUN yum install -y boost-jam
Fedora
RUN dnf install -y boost-jam
Raspbian
RUN apt-get update && \ apt-get install -y libboost1.61-tools-dev
click the source code to copy install bjam on any operating system with command-not-found.com