你如何在Windows上安装Boost.Build?

Nat*_*Dre 5 c++ boost install build

http://www.boost.org/boost-build2/doc/html/bbv2/installation.html

尝试遵循这些说明,但它们不起作用.

我做了什么:

打开cmd.exe; cd C:\ BoostBuild\boost-build.\ bootstrap.bat

我得到了什么:

C:\ BoostBuild\boost-build>.\ bootstrap.bat'.\ bootstrap.bat'未被识别为内部或外部命令,可运行程序或批处理文件.

Fra*_*ser 7

如果你下载并解压缩了一个boost的副本C:\,你应该得到一个像这样的文件夹C:\boost_1_48_0

在此文件夹中,执行bootstrap.bat; 所以

cd C:\boost_1_48_0
bootstrap
Run Code Online (Sandbox Code Playgroud)