Explain b2 headers step is optional

Mateusz Loskot 2018-04-09 22:14:23 +02:00
parent fdbf8bc5e1
commit 6231fc02b2

@ -42,8 +42,12 @@ Clone Boost repository, build `b2` and create directory containing Boost headers
cd boost
git checkout develop
.\bootstrap
Optionally, create full content of `/boost` virtual directory with all Boost headers. Otherwise, required headers will be linked on demand while building tests or examples.
.\b2 headers
Pull the develop branch of Boost.Geometry
cd libs/geometry