Clarify that user only needs libzmq if not using depends system
This commit is contained in:
@@ -34,7 +34,8 @@ buffering or reassembly.
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
The ZeroMQ feature in Zcash requires ZeroMQ API version 4.x or
|
The ZeroMQ feature in Zcash requires ZeroMQ API version 4.x or
|
||||||
newer. Typically, it is packaged by distributions as something like
|
newer, which you will need to install if you are not using the depends
|
||||||
|
system. Typically, it is packaged by distributions as something like
|
||||||
*libzmq3-dev*. The C++ wrapper for ZeroMQ is *not* needed.
|
*libzmq3-dev*. The C++ wrapper for ZeroMQ is *not* needed.
|
||||||
|
|
||||||
In order to run the example Python client scripts in contrib/ one must
|
In order to run the example Python client scripts in contrib/ one must
|
||||||
|
|||||||
Reference in New Issue
Block a user