Odin bindings for ZeroMQ distributed messaging library.
They are based on ZeroMQ 4.2.3 version.
NOTE: This repo is out-of-date and requires updating to the latest Odin's version. However, due to my time constraint, I am not able to perform such an action. If you're willing to update it, I'd be happy to assist and accept any changes.
- ZeroMQ static library link
- Windows using Microsoft Visual Studio 2017 64-bit.
- GNU/Linux Ubuntu 16.04.3 LTS.
- Open project and retarget to demanded SDK version.
- Add
ws2_32.lib;Iphlpapi.lib;Advapi32.lib;Crypt32.lib;
to your additional libraries to link against for libzmq project. - Done!
./autogen.sh
./configure
make -j 4
make check
sudo make install && ldconfig
You will need build-essentials
, libtool
, autoconf
, automake
and uuid-dev
or equivalent.
Apache License 2.0