|
Boost : |
Subject: Re: [boost] [GitHelp] release version of boost from GitHub?
From: Kostiantyn Ponomarenko (konstantin.ponomarenko_at_[hidden])
Date: 2018-09-26 16:30:43
Thanks! Excellent answers. They fully cover my question.
--- Kostia Kyiv, Ukraine On Wed, Sep 26, 2018 at 3:55 AM Peter Dimov via Boost <boost_at_[hidden]> wrote: > > Gavin Lambert wrote: > > > You could probably reconstruct the full release by downloading the > > individual archives from each submodule project (or at least each library > > that you want plus its dependencies). > > To match the format of earlier releases, the release has its headers in > boost/ and the individual libs/<name>/include/ directories are removed. > > If you do `git submodule update --init` and then `./bootstrap(.sh)` and then > `./b2 headers` you'll have something very similar to the release, except > that boost/ will contain symlinks (or hardlinks/junctions on Windows) > instead of copies. But it won't be the same as the actual release as > shipped. > > > _______________________________________________ > Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk