[zeromq-dev] zmq.hpp not installed with 3.2.0?
Josh
cz82mak at gmail.com
Wed Sep 26 17:14:29 CEST 2012
Hi All,
nOOb zmq user here. I built and installed the zeromq-3.2.0 source
tarball. It appears that the C++ binding is not installed by default.
I'm trying to use the c++ binding but zmq.hpp isn't found. It does exist
in the sources, it's just not installed, whether into /usr/local/include
or some other prefix.
The build notes (http://www.zeromq.org/intro:get-the-software) indicate
the bindings should be installed.
So, what's the correct way to install the c++ bindings?
I did the usual:
./configure
make
make install
Do I need to manually copy the bindings from the sources? Or is there
some configuration flag I'm missing?
Thanks!
Josh
More information about the zeromq-dev
mailing list