我安装了vc9和vc10。 我可以成功构建vc10 Boost,但我无法构建vc9版本。 我试过“bootstrap.bat vc9”,它没有帮助。 升压是1.51。
答案 0 :(得分:5)
可能的变体之一是:
booststrap.bat
b2 --build-type=complete toolset=msvc-9.0,msvc-10.0 address-model=64 variant=debug,release threading=multi link=static
P.S。 1.52版本的Boost今天发布