I have a project I\'m working on (for school) that I\'m digging into the Boost libraries for the solutions. I need some way to distribute the required Boost source code with
Try calling bcp with this command:
"c:\Program Files\boost\boost_1_34_1\bin\bcp.exe" --boost="c:\Program Files\boost\boost_1_34_1" regex regex
--boost tells bcp where boost is installed, the first regex is the name of the modules, the second is the destination directory.
Oh, and if you haven't already noticed, there are Visual C++ makefiles in libs\regex\build\.