mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-04 20:51:27 +02:00
Merge pull request #5677
d528025
Revert "rpc-tests: re-enable rpc-tests for Windows" (Wladimir J. van der Laan)1e700c9
doc: update deps in build-unix.md after libevent (Wladimir J. van der Laan)26c9b83
Move windows socket init to utility function (Wladimir J. van der Laan)4be0b08
libevent: Windows reuseaddr workaround in depends (Cory Fields)3a174cd
Fix race condition between starting HTTP server thread and setting EventBase() (Wladimir J. van der Laan) 6d2bc22 Document options for new HTTP/RPC server in --help (Wladimir J. van der Laan)be33f3f
Implement RPCTimerHandler for Qt RPC console (Wladimir J. van der Laan)57d85d9
doc: mention SSL support dropped for RPC in release notes (Wladimir J. van der Laan)40b556d
evhttpd implementation (Wladimir J. van der Laan)ee2a42b
tests: GET requests cannot have request body, use POST in rest.py (Wladimir J. van der Laan)6e996d3
tests: fix qt payment test (Cory Fields)3140ef9
build: build-system changes for libevent (Wladimir J. van der Laan)a9af234
libevent: add depends (Cory Fields)6a21dd5
Remove rpc_boostasiotocnetaddr test (Wladimir J. van der Laan)8f9301c
qa: Remove -rpckeepalive tests from httpbasics (Wladimir J. van der Laan)51fcfc0
doc: remove documentation for rpcssl (Wladimir J. van der Laan)
This commit is contained in:
@ -31,8 +31,9 @@ These dependencies are required:
|
||||
|
||||
Library | Purpose | Description
|
||||
------------|------------------|----------------------
|
||||
libssl | SSL Support | Secure communications
|
||||
libboost | Boost | C++ Library
|
||||
libssl | Crypto | Random Number Generation, Elliptic Curve Cryptography
|
||||
libboost | Utility | Library for threading, data structures, etc
|
||||
libevent | Networking | OS independent asynchronous networking
|
||||
|
||||
Optional dependencies:
|
||||
|
||||
@ -57,7 +58,7 @@ Dependency Build Instructions: Ubuntu & Debian
|
||||
----------------------------------------------
|
||||
Build requirements:
|
||||
|
||||
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
|
||||
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-dev
|
||||
|
||||
For Ubuntu 12.04 and later or Debian 7 and later libboost-all-dev has to be installed:
|
||||
|
||||
|
Reference in New Issue
Block a user