Skip to content

Instantly share code, notes, and snippets.

@ivcn
Created January 21, 2021 20:46
Show Gist options
  • Select an option

  • Save ivcn/d71b5c716f914237b2b509dccda29987 to your computer and use it in GitHub Desktop.

Select an option

Save ivcn/d71b5c716f914237b2b509dccda29987 to your computer and use it in GitHub Desktop.
How to install Boost to custom folder
DIR=/path/to/folder/
./bootstrap.sh --prefix=${DIR} --includedir=headers --libdir=dist --with-libraries=date_time
./b2 --prefix=${DIR} install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment