boost in ubuntu 在ubuntu上使用apt-get install boost安装boost,build工具 bjam也会安装。安装后,头文件放到/usr/local/include/boost,库文件 放到 /usr/local/lib下。 boost in OSX Mac OSX下,使用Brew install boost安装boost库时,不会同时安装bjam,需要执行brew install bjam进行独立安装。相应地,库文件都在brew下的boost目录下。