Skip to content

Instantly share code, notes, and snippets.

@Nivratti
Last active February 26, 2021 08:09
Show Gist options
  • Save Nivratti/f12db62cabc7e181ce39cf091acbe60d to your computer and use it in GitHub Desktop.
Save Nivratti/f12db62cabc7e181ce39cf091acbe60d to your computer and use it in GitHub Desktop.

Download Boost Library: http://www.boost.org (Choose the expected version)

wget https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.gz

Unzip, Bootstrap and Install

tar -xzf boost_1_71_0.*
cd boost_1_71_0
./bootstrap.sh --prefix=/usr/boost
sudo ./b2 install --prefix=/usr/boost --with=all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment