diff --git a/docs/development.md b/docs/development.md index 8dfdc8b0..39683df6 100644 --- a/docs/development.md +++ b/docs/development.md @@ -35,6 +35,8 @@ For Ubuntu: sudo apt-get install libzmq3-dev 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: ```bash