Skip to content

Instantly share code, notes, and snippets.

@weimeng23
Created August 27, 2024 06:22
Show Gist options
  • Save weimeng23/dad5f31d3bd50a7f0ae883926eda3bcc to your computer and use it in GitHub Desktop.
Save weimeng23/dad5f31d3bd50a7f0ae883926eda3bcc to your computer and use it in GitHub Desktop.
build boost c++ lib
cd path/to/boost_1_82_0
./bootstrap.sh --help
./bootstrap.sh --prefix=path/to/installation/prefix
./b2 install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment