How to setup ZeroMQ on Windows to work with OpenPGM?
I've done it. It wasn't as hard as I originally feared. Here's how I did it:
- Download OpenPGM binaries from here: http://miru.hk/openpgm/
- Download ZMQ source, either the tarball or from github
- Open builds\msvc\msvc10.sln in Visual Studio
- Select the WithOpenPGM configuration
- Add appropriate OpenPGM directories to the additional Include directories
- Add appropriate OpenPGM directories to additional library directories
- Add appropriate OpenPGM .lib file to additional linker dependencies
- Build and enjoy