boost的bjam编译指令

boost的bjam编译指令

前面必须使用到的,类似下面的指令
F:\sdk\boost>bjam
--link=static --threading=multi --runtime-link=shared debug release stage

后面需要选择编译器和要编译的库
--toolset=msvc-9.0 --with-date_time --with-thread......

你可能感兴趣的:(boost的bjam编译指令)