比特币编译

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/kl222/article/details/78741805

比特币编译

康林(QQ:16614119)

以前写过一篇《比特币开发》的文章。随着时间的推移,前面那篇有点过时。刚好要做一个小功能。所以写此篇文章。

** 依赖库

下面几个是必须的依赖库。其它的库是可选的

Library Purpose Description
libssl Crypto Random NumberGeneration, Elliptic Curve Cryptography
libboost Utility Library for threading, data structures, etc
libevent Networking OS independent asynchronous networking

* mingw下编译

猜你喜欢

转载自blog.csdn.net/kl222/article/details/78741805