From 20fab2a894e15bdbab614f89db2272926f985457 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Sat, 7 Apr 2018 10:10:06 -0400 Subject: [PATCH] link ZMQBuilder --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7545b5c..90a35b0 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,12 @@ **ZMQ.jl** is a [Julia](http://julialang.org) interface to [ZeroMQ, The Intelligent Transport Layer](http://zeromq.org). -ZMQ version 3 or later is required; ZMQ version 2 is not supported. - ## Installation ```julia Pkg.add("ZMQ") ``` -Install the ZeroMQ libraries for your OS using your favourite package manager. +(This installs its own copy of the ZMQ libraries from the [ZMQBuilder](https://github.com/JuliaInterop/ZMQBuilder) repository.) ## Usage