From 6231fc02b2d1d754715d84ed84afbca2049a5dd5 Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Mon, 9 Apr 2018 22:14:23 +0200 Subject: [PATCH] Explain b2 headers step is optional --- Contribution-Tutorial.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Contribution-Tutorial.md b/Contribution-Tutorial.md index c455989..d8c3366 100644 --- a/Contribution-Tutorial.md +++ b/Contribution-Tutorial.md @@ -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