Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to setup ZeroMQ on Windows to work with OpenPGM?

Tags:

zeromq

How to setup ZeroMQ on Windows to work with OpenPGM?

like image 369
DaveHeller Avatar asked Feb 02 '23 16:02

DaveHeller


1 Answers

I've done it. It wasn't as hard as I originally feared. Here's how I did it:

  1. Download OpenPGM binaries from here: http://miru.hk/openpgm/
  2. Download ZMQ source, either the tarball or from github
  3. Open builds\msvc\msvc10.sln in Visual Studio
  4. Select the WithOpenPGM configuration
  5. Add appropriate OpenPGM directories to the additional Include directories
  6. Add appropriate OpenPGM directories to additional library directories
  7. Add appropriate OpenPGM .lib file to additional linker dependencies
  8. Build and enjoy
like image 127
scott Avatar answered Mar 06 '23 08:03

scott