比特币编译
康林
以前写过一篇《比特币开发》的文章。随着时间的推移,前面那篇有点过时。刚好要做一个小功能。所以写此篇文章。
** 依赖库
下面几个是必须的依赖库。其它的库是可选的
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下编译