Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1820335
  • 博文数量: 496
  • 博客积分: 12043
  • 博客等级: 上将
  • 技术积分: 4778
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-27 14:26
文章分类

全部博文(496)

文章存档

2014年(8)

2013年(4)

2012年(181)

2011年(303)

2010年(3)

分类: C/C++

2011-09-29 15:55:41

1,wget

2,tar xvpfz boost_1_47_0.tar.gz

3,sh bootstrap.sh

4,./b2 --help

5,

真正的编译
./b2 --prefix=/data5/xxx/boost_1_47_0_install/ --build-type=complete --layout=versioned variant=debug link=static threading=multi runtime-link=static
查看这次编译的库
./b2 --prefix=/data5/xxx/boost_1_47_0_install/ --build-type=complete --layout=versioned variant=debug link=static threading=multi runtime-link=static --show-libraries

阅读(1035) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~