Skip to content

Commit 90bebf0

Browse files
committed
Update README.md to reference libzmq3-dev instead of libzmq5
(cherry picked from commit f4999fb)
1 parent e0ea3db commit 90bebf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ $ sudo apt-get install libboost-all-dev
8080
```
8181
Next install the [ZeroMQ](http://www.zeromq.org) (4.2.0 or newer) development package.
8282
```sh
83-
$ sudo apt-get install libzmq5
83+
$ sudo apt-get install libzmq3-dev
8484
```
8585
If no satisfying libzmq5 package exists in your chosen environment, the compilation can be performed with the following instructions:
8686
```sh

0 commit comments

Comments
 (0)