SN-1782 已核对来源,附原文与上下文。
其他参与者原话knightmb原帖 ↗因此最后那条命令其实就是
So that last command should simply be
sudo apt-get install libboost1.37-dev
sudo apt-get install libboost1.37-dev
问题是那对 boost 1.40+(Ubuntu 10.04 上)不管用,那时你得装 libboost-all-dev。
Except that wouldn't work for boost 1.40+ (on Ubuntu 10.04), where you need to get libboost-all-dev.
他们最近好像把 Boost 全改了个遍,"-mt" 什么的,搞得人头疼。
Seems they changed everything around in Boost recently, "-mt" and all that, makes it hard.
顺便说一句,我试过 Boost 1.34,但它没有 boost.interprocess 那些东西。
BTW, I tried Boost 1.34 but it didn't have the boost.interprocess stuff.
Mac OSX 版本现在有了。见 bitcoin.org 或 SourceForge 链接。
Mac OSX version is available now. See bitcoin.org or the SourceForge link.