Simple ZeroMQ on Ubuntu
December 5, 2010
This blog post covers my initial proof on concept development using ZeroMQ. This is on an Ubuntu 10.10 system.
Installation
I downloaded zeromq-2.0.10.tar.gz and unpacked it. I then had to install the following:
$ sudo apt-get install libtool autoconf automake $ sudo apt-get install uuid-dev g++
After that, I could …