Add ZeroMQ instructions.

master
Petr Stefan 9 years ago
parent 2de2507f6c
commit 2551195bbd

@ -17,6 +17,14 @@ deb-src http://ftp.cz.debian.org/debian/ testing contrib non-free
$ sudo apt-get -t testing install gcc $ sudo apt-get -t testing install gcc
``` ```
**Install ZeroMQ** in version at least 4.0
- For Debian, run
```
$ sudo apt-get install libzmq3-dev
```
- For Red Hat, probably install [this](http://cbs.centos.org/koji/buildinfo?buildID=4716).
## Worker ## Worker
Worker requirements are written in this section. Some parts of this guide may be different for each type of worker, for example Compiler principles worker is not fully covered here. Worker requirements are written in this section. Some parts of this guide may be different for each type of worker, for example Compiler principles worker is not fully covered here.

Loading…
Cancel
Save