Created
January 21, 2021 20:46
-
-
Save ivcn/d71b5c716f914237b2b509dccda29987 to your computer and use it in GitHub Desktop.
How to install Boost to custom folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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