mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 05:24:02 +00:00
Explain b2 headers step is optional
parent
fdbf8bc5e1
commit
6231fc02b2
@ -42,8 +42,12 @@ Clone Boost repository, build `b2` and create directory containing Boost headers
|
|||||||
cd boost
|
cd boost
|
||||||
git checkout develop
|
git checkout develop
|
||||||
.\bootstrap
|
.\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
|
.\b2 headers
|
||||||
|
|
||||||
|
|
||||||
Pull the develop branch of Boost.Geometry
|
Pull the develop branch of Boost.Geometry
|
||||||
|
|
||||||
cd libs/geometry
|
cd libs/geometry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user