我想在我的 Ubuntu(10.0+ 版本)中安装 boost_1_54_0。我将包下载到/home/Downloas 然后我尝试按照boost官方网站中给出的步骤进行操作。http://www.boost.org/doc/libs/1_54_0/more/getting_started/unix-variants.html
我输入代码
~/Downloads$ tar --bzip2 -xf /path/to/boost_1_54_0.tar.bz2
那么错误是:
tar (child): /path/to/boost_1_54_0.tar.bz2: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
所以我想也许我应该改变部分“/path/to/”,但我不知道我应该用哪个替换。
有一个类似的问题在 ubuntu 10.04 下安装最新的 1.44 升压库,但是那里的人成功完成了第一步,现在我陷入了困境!