docs: make note about libzmq-dev

This commit is contained in:
Braydon Fuller 2016-05-09 16:37:28 -04:00
parent 36f337afb3
commit 27112fc1d7

View File

@ -35,6 +35,8 @@ For Ubuntu:
sudo apt-get install libzmq3-dev sudo apt-get install libzmq3-dev
sudo apt-get install build-essential sudo apt-get install build-essential
``` ```
**Note**: Make sure that libzmq-dev is not installed, it should be removed when installing libzmq3-dev.
For Mac OS X: For Mac OS X:
```bash ```bash