We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0ea3db + 829eeef commit c793bdaCopy full SHA for c793bda
README.md
@@ -80,9 +80,9 @@ $ sudo apt-get install libboost-all-dev
80
```
81
Next install the [ZeroMQ](http://www.zeromq.org) (4.2.0 or newer) development package.
82
```sh
83
-$ sudo apt-get install libzmq5
+$ sudo apt-get install libzmq3-dev
84
85
-If no satisfying libzmq5 package exists in your chosen environment, the compilation can be performed with the following instructions:
+If no satisfying libzmq3-dev package exists in your chosen environment, the compilation can be performed with the following instructions:
86
87
$ mkdir build-zeromq-4.2.0
88
$ pushd build-zeromq-4.2.0
0 commit comments