摘要: ``` @echo off set BOOST_ROOT=C:\boost_1_59_0 pushd %BOOST_ROOT% cd tools\build call bootstrap.bat gcc b2 install --prefix=%BOOST_ROOT%\Boost.Build set PATH=%PATH%;%BOOST_ROOT%\Boost.Build\Bin cd ..\..... 阅读全文
posted @ 2015-10-26 09:29 陶皆自 阅读(176) 评论(0) 推荐(0)