Monday 25 May 2020

How to build boost 1.65.0 in Ubuntu?

  1. Go to the root directory, cd boost_1_65_0.
  2. Run ./bootstrap.sh --prefix=PREFIX where PREFIX is the directory where you want Boost. Build to be installed.
  3. Run ./b2 install .
  4. Add PREFIX/bin to your PATH environment variable.

No comments:

Post a Comment