Skip to content

Commit

Permalink
Merge pull request bitcoin#6768
Browse files Browse the repository at this point in the history
9f5c641 zmq: update docs to reflect feature is compiled in automatically if possible (Johnathan Corgan)
  • Loading branch information
laanwj committed Oct 6, 2015
2 parents 3b2d37c + 9f5c641 commit 5d98e0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/zmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5d98e0f

Please sign in to comment.