# Note: depends on zlib # Note: depends on Python wget -c https://downloads.sourceforge.net/project/boost/boost/1.73.0/boost_1_73_0.tar.bz2 tar -xjf boost_1_73_0.tar.bz2 cd boost_1_73_0 ./bootstrap.sh --prefix="/usr" ./b2 ./b2 install # (as root)