7 Sep 14:58
Re: Building boost.regex with icu support
Andrea Denzler <andrea <at> andreaplanet.com>
2008-09-07 12:58:30 GMT
2008-09-07 12:58:30 GMT
Here you find instructions http://www.boost.org/doc/libs/1_36_0/libs/regex/doc/html/boost_regex/install .html#boost_regex.install.building_with_unicode_and_icu_support You may want to edit the tools\build\v2\user-config.jam file. For example to use STLPORT then add line using stlport : : mystlportpath/stlport mystlportpath/lib ; And then compile it with bjam --build-dir="C:\mytemppath\boost_tempd" --toolset=msvc --build-type=complete --with-regex -sICU_PATH="C:\myicupath\icu\icu" define=U_STATIC_IMPLEMENTATION=1 stage stdlib=stlport > -----Messaggio originale----- > Da: boost-users-bounces <at> lists.boost.org [mailto:boost-users- > bounces <at> lists.boost.org] Per conto di Sean Farrow > Inviato: domenica 7 settembre 2008 14.18 > A: boost-users <at> lists.boost.org > Oggetto: [Boost-users] Building boost.regex with icu support > > Hi: > How do I build boost.regex on windows with bjam and icu support? > Cheers > Sean. > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 3423 (20080906) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > _______________________________________________ > Boost-users mailing list > Boost-users <at> lists.boost.org > http://lists.boost.org/mailman/listinfo.cgi/boost-users
RSS Feed