下载 pre-built bjam executable 到 boost source code root。
mkdir boost-build bjam --build-dir=boost-build toolset=gcc-3.4.5 --build-type=minimal stage
参考
Still waters run deep.
下载 pre-built bjam executable 到 boost source code root。
mkdir boost-build bjam --build-dir=boost-build toolset=gcc-3.4.5 --build-type=minimal stage
参考
(来自 solidot )
Boost C++ 函式库 最新版 Boost 1.36 正式发布。
新版增加了4个函数库,以及大量的更新。此外,boost.asio(跨平台AsyncIO库)有了大量的增加,现在支持Windows系统的异步磁盘操作。几乎所有的C++程序源代码中都使用到Boost库,它的许多特性最终会被列入官方语言的标准中。