Clarify that user only needs libzmq if not using depends system

This commit is contained in:
Jack Grigg
2017-02-08 22:18:17 +00:00
parent 602407de95
commit 7c8845edda

View File

@@ -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