2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-19 04:12:11 +00:00

Make b2 headers non-optional to simplify instructions (#425)

There is a need to run `./b2 -j8 headers` otherwise, some headers may be missing.
This commit is contained in:
Rajaram Sharma
2020-01-21 04:29:03 +05:30
committed by Mateusz Łoskot
parent b03b51e4f3
commit fe5d68c4b2

View File

@@ -132,7 +132,7 @@ The preparation involves the following steps:
**TIP:** For more convenient path-less invocation, you can copy the `b2`
program to a location in your `PATH`.
4. Optionally, create full content of `/boost` virtual directory with
4. Create full content of `/boost` virtual directory with
all Boost headers linked from the individual modular Boost libraries.
If you skip this step, executing `b2` to run tests will automatically
create the directory with all headers required by Boost.GIL and tests.