Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2005-05-23 23:58:44


>I have seen it already, thanks.
> There is nothing about it how to extract the headers and libs.
> Should I first compile the whole library and then extract it?
> Or perhaps first extract and then compile. In the second case I do not
> get any jam file.

Either should work: if you want to extract first then something like:

bcp --boost=path-to-boost regex.hpp build Jamfile .

should give you all of Boost.Regex in the current directory (Note the final
"." in the command line above!), plus Boost.Build, plus the top level
Jamfile.

Of course if the libs you want don't need building then forget about the
build and Jamfile targets.

HTH,

John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net