Repoint B2 refs to new non-boostorg home

closes #2175
This commit is contained in:
René Ferdinand Rivera Morell
2021-03-01 11:14:29 -06:00
committed by Richard Hodges
parent 760b875c3b
commit 5406ad337d
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
* Repoint B2 refs to new non-boostorg home.
* Limit async_write instantiations in websocket ops. * Limit async_write instantiations in websocket ops.
* Add Drone CI status. * Add Drone CI status.

View File

@ -171,7 +171,7 @@ Using [brew](https://github.com/Homebrew/brew):
brew install openssl brew install openssl
export OPENSSL_ROOT=$(brew --prefix openssl) export OPENSSL_ROOT=$(brew --prefix openssl)
# install bjam tool user specific configuration file to read OPENSSL_ROOT # install bjam tool user specific configuration file to read OPENSSL_ROOT
# see https://boostorg.github.io/build/manual/develop/index.html # see https://www.bfgroup.xyz/b2/manual/release/index.html
cp ./libs/beast/tools/user-config.jam $HOME cp ./libs/beast/tools/user-config.jam $HOME
``` ```