26 Nov
2017
26 Nov
'17
2:54 p.m.
Mike Gresens wrote:
btw:
https://pdimov.github.io/boostdep-report/
does not provide searching for "boost/blank.hpp".
Use boostdep boost/blank.hpp boostdep is the utility that generates the report. http://www.boost.org/doc/libs/master/tools/boostdep/doc/html/
In my case I want to run test suite of spirit.
Use what our Travis scripts do: git submodule update --init libs/config git submodule update --init tools/build git submodule update --init tools/boostdep git submodule update --init libs/spirit python tools/boostdep/depinst/depinst.py spirit depinst.py will install the rest.