Skip to content

Commit

Permalink
link ZMQBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Apr 7, 2018
1 parent 80625fb commit 20fab2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 20fab2a

Please sign in to comment.