【windows】boost 1.4.9安装方法

1、首先在www.boost.org上边下载boost_1_49_0.zip

2、把boost_1_49_0.zip拷贝到D盘目录下;

3、在D 盘目录下建立boost_lib;

4、在DOS命令行上进入D:\boot_1_49_0\下边,敲bootstrap.bat回车

5、在当前目录下:.\b2 threading=multi link=shared install --prefix=d:\boost_lib

6、--build-type=complete stage

你可能感兴趣的:(【windows】boost 1.4.9安装方法)