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
- Build the ZeroMQ library and install it (see first topic).
- Choose one of the two bindings for C++: C++ binding #1 or C++ binding #2.
- Read the C++ Api documentation.
- Scratch your head and buy the book.