|
Boost-Build : |
Subject: Re: [Boost-build] Way to build boost component from a GitHub repo?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2017-05-23 14:10:59
AMDG
On 05/23/2017 07:47 AM, Tal Lancaster via Boost-build wrote:
>
> I thought maybe there was a way to just have some minimal chunks of Boost and hack up a jam root file in date_time.
>
It should be possible. The Jamroot
would need to contain at least this
(possibly more, depending on what the
date_time Jamfiles use):
use-project boost : path/to/boost ;
path-constant BOOST_ROOT : path/to/boost ;
project : requirements
<include>path/to/date_time/include&&<include>path/to/boost
<implicit-dependency>/boost//headers
;
> But I will go ahead and download the entire boost from GitHub and work from there.
>
That's the most reliable, since date_time is meant
to be used as part of Boost.
In Christ,
Steven Watanabe
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk