DOC: Include the use of the bootstrap script to build b2 in README.md

[ci skip]
This commit is contained in:
Warren Weckesser
2026-06-18 19:57:29 -04:00
parent 9a964b4aa6
commit 66d86812ab
+6 -2
View File
@@ -138,8 +138,12 @@ The Boost Math Library is located in `libs/math/`.
### Running tests
First, make sure you are in `libs/math/test`.
You can either run all the tests listed in `Jamfile.v2` or run a single test:
The Boost build program `b2` is used to run the tests. To build `b2`, from the
top-level Boost directory, run either `./bootstrap.sh` (Linux/MacOS) or
`bootstrap.bat` (Windows).
Then move to `libs/math/test`. You can either run all the tests listed in
`Jamfile.v2` or run a single test:
test$ ../../../b2 <- run all tests
test$ ../../../b2 static_assert_test <- single test