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.
1 parent e0ea3db commit 90bebf0Copy full SHA for 90bebf0
README.md
@@ -80,7 +80,7 @@ $ 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:
86
0 commit comments