zeromq / czmqpp

C++ wrapper for czmq. Aims to be minimal, simple and consistent.
Other
45 stars 27 forks source link

Dependencies? #37

Closed alexreg closed 8 years ago

alexreg commented 8 years ago

What exactly does this library depend on? Is it simply libzmq.so/libzmq.dylib, or something else/additional?

evoskuil commented 8 years ago

czmq

alexreg commented 8 years ago

Which itself depends on libzmq of course... makes sense.