This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sfL https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2 | tar jx | |
( cd boost_1_74_0 | |
./bootstrap.sh | |
./b2 install -j8 --prefix=/opt/boost/1.74.0 --without-mpi --without-graph_parallel variant=release threading=multi debug-symbols=on pch=off | |
) |