Skip to content

Commit c793bda

Browse files
authored
Merge pull request #452 from pmienk/version3
Update README.md to reference libzmq3-dev instead of libzmq5
2 parents e0ea3db + 829eeef commit c793bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ $ 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
```
85-
If no satisfying libzmq5 package exists in your chosen environment, the compilation can be performed with the following instructions:
85+
If no satisfying libzmq3-dev package exists in your chosen environment, the compilation can be performed with the following instructions:
8686
```sh
8787
$ mkdir build-zeromq-4.2.0
8888
$ pushd build-zeromq-4.2.0

0 commit comments

Comments
 (0)