Build ZeroMQ on OSX

Download the latest tarball from the ZeroMQ homepage. Untar/zip and cd into the directory.

./configure
make
sudo make install

do the trick.

Add C++ bindings

Follow the instructions at the ZeroMQ bindings page. That is