Skip to content

Commit 829eeef

Browse files
committed
Additional libzmq5 replacement.
1 parent 90bebf0 commit 829eeef

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
@@ -82,7 +82,7 @@ Next install the [ZeroMQ](http://www.zeromq.org) (4.2.0 or newer) development pa
8282
```sh
8383
$ 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)