2 Feb
2006
2 Feb
'06
10:52 a.m.
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.