Google Translate

2014年10月16日星期四

安装boost

Windows, In cmd:
1. Build bjam.exe

cd ###\boost_1_56_0\tools\build\src\engine\

build.bat gcc

And bjam.exe is ready in ###\boost_1_56_0\tools\build\src\engine\bin.ntx86\

copy bjam.exe to  ###\boost_1_56_0\

2. Build

bjam install --toolset=gcc --prefix="C:/Boost_1_56_0"




Linux: (??)

./build.sh

bjam install --toolset=gcc