Merge pull request #6768

9f5c641 zmq: update docs to reflect feature is compiled in automatically if possible (Johnathan Corgan)
This commit is contained in:
Wladimir J. van der Laan 2015-10-06 10:00:36 +02:00
commit 5d98e0fa14
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 6 additions and 6 deletions

View File

@ -43,14 +43,14 @@ operation.
## Enabling
By default, the ZeroMQ port functionality is enabled. Two steps are
required to enable--compiling in the ZeroMQ code, and configuring
runtime operation on the command-line or configuration file.
By default, the ZeroMQ feature is automatically compiled in if the
necessary prerequisites are found. To disable, use --disable-zmq
during the *configure* step of building bitcoind:
$ ./configure --enable-zmq (other options)
$ ./configure --disable-zmq (other options)
This will produce a binary that is capable of providing the ZeroMQ
facility, but will not do so until also configured properly.
To actually enable operation, one must set the appropriate options on
the commandline or in the configuration file.
## Usage