From 7c8845eddae095568bb15505c4736d52d9ac752f Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 8 Feb 2017 22:18:17 +0000 Subject: [PATCH] Clarify that user only needs libzmq if not using depends system --- doc/zmq.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/zmq.md b/doc/zmq.md index 7601ebac..92e051db 100644 --- a/doc/zmq.md +++ b/doc/zmq.md @@ -34,7 +34,8 @@ buffering or reassembly. ## Prerequisites 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. In order to run the example Python client scripts in contrib/ one must