Re: Building boost.regex with icu support
John Maddock <john <at> johnmaddock.co.uk>
2008-09-07 16:08:16 GMT
Sean Farrow wrote:
>> Hi:
>> How do I build boost.regex on windows with bjam and icu support?
bjam -sICU_PATH=c:\path-to-icu --with-regex stage
HTH, John.