$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Building boost.regex with icu support
From: John Maddock (john_at_[hidden])
Date: 2008-09-07 12:08:16
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.