SN-0299 已核对来源,附原文与上下文。
其他参与者原话soultcer原帖 ↗如果你愿意,我可以给你提供预编译的二进制。
If you want, I can provide you with a precompiled binary.
我是不是漏了什么?bitcoin.org 上的 32 位 Linux 预编译二进制有什么问题吗?
Am I missing something? Is there something wrong with the 32-bit linux precompiled binary on bitcoin.org?
发行版里的 bitcoin 二进制静态链接了 wxWidgets 库,其共享链接(openssl 和 GTK)Ubuntu 自带,故它不需要 .deb 来拉取依赖就能运行。
The bitcoin binary in the distribution static links the wxWidgets library, and its shared links (openssl and GTK) are included in Ubuntu, so it can run without needing to be a .deb to pull down dependencies.
由于我们正在为 UTF-8 升级到 wxWidgets 2.9.0,而它还没有 DEB 包,我们仍需继续静态链接。
Since we're upgrading to wxWidgets 2.9.0 for UTF-8, which doesn't have a DEB package yet, we'll continue to need to static link it.