Merge pull request #6768
9f5c641
zmq: update docs to reflect feature is compiled in automatically if possible (Johnathan Corgan)
This commit is contained in:
commit
5d98e0fa14
1 changed files with 6 additions and 6 deletions
12
doc/zmq.md
12
doc/zmq.md
|
@ -43,14 +43,14 @@ operation.
|
||||||
|
|
||||||
## Enabling
|
## Enabling
|
||||||
|
|
||||||
By default, the ZeroMQ port functionality is enabled. Two steps are
|
By default, the ZeroMQ feature is automatically compiled in if the
|
||||||
required to enable--compiling in the ZeroMQ code, and configuring
|
necessary prerequisites are found. To disable, use --disable-zmq
|
||||||
runtime operation on the command-line or configuration file.
|
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
|
To actually enable operation, one must set the appropriate options on
|
||||||
facility, but will not do so until also configured properly.
|
the commandline or in the configuration file.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue