Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2006-02-02 05:52:53


> I am trying to build the regex library which is extracted by the bcp
> utility.
> What I did:
> Now it looks like it needs several jam files in order to build. Are
> the
> make files only way to build the regex library extracted with bcp?

bcp only extracts sources by default (Boost.Build is quite large in itself).

You can get all of Boost.Build as well by specifying "build" as the name of
one of the modules to copy:

bcp regex build destination-path

However it still doesn't copy the couple of files needed in the root
directory (just copy manually everything beginning with a J !), which is a
bug I will fix.

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