Skip to content

Instantly share code, notes, and snippets.

View yamaura's full-sized avatar

Yuki Yamaura yamaura

View GitHub Profile
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
)