# boost **Repository Path**: meshsmith/boost ## Basic Information - **Project Name**: boost - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # boost bjam --build-type=complete toolset=msvc-10.0 threading=multi link=static address-model=64 bjam stage --toolset=msvc-11.0 --without-mpi --without-wave --without-graph --without-math --without-serialization --stagedir="D:/dev_proj/boost_1_54_0/自定义输出" link=shared runtime-link=shared threading=multi debug release 编译 64 位 boost 库 vc 和 intel 编译器 编译 64 位 boost 库的方法: bjam.exe --toolset=msvc address-model=64 --build-type=complete bjam.exe --toolset=intel address-model=64 --build-type=complete 编译 32 位 boost 库的方法: bjam.exe --toolset=msvc --build-type=complete bjam.exe --toolset=intel --build-type=complete ./bjam link=shared runtime-link=shared