http://www.ehow.co.uk/how_8733332_install-boost-mac.html
如上面的链接所示,我刚刚在我的mac 10.6.8 os x上下载了boost_1_49_0版本,并在我想要安装的目录中解压缩。下一步是键入./bootstrap.sh。 但是在boost_1_49_0的文件夹中只有两个其他文件:
$ ls
LICENSE_1_0.txt bjam
$ ./bootstrap.sh
-bash: ./bootstrap.sh: No such file or directory
$ ./bjam architecture=combined
Unable to load Boost.Build: could not find "boost-build.jam"
---------------------------------------------------------------
Attempted search from /Users/sungheeoh/seq_tools/boost-jam-3.1.18-1-macosxx86_64
up to the root and in these directories
from BOOST_BUILD_PATH and BOOST_ROOT: /usr/share/boost-build.
Please consult the documentation at 'http://www.boost.org'.
如果我在这里错过了什么,你能告诉我吗?