cppzmq icon indicating copy to clipboard operation
cppzmq copied to clipboard

How to build cppzmq for Windows using MinGW

Open arunpkio opened this issue 5 years ago • 2 comments

It is not clear from the documentation or GitHub page on how to build cppzmq on windows using MinGW. Can someone explain it or point to documentation which explains the steps to build on Windows?

arunpkio avatar Jul 20 '18 12:07 arunpkio

Since cppzmq is a header-only library, you do not need to build it, you can just copy the header files.

sigiesec avatar Jul 20 '18 12:07 sigiesec

we do not have MinGW in CI but you can take a look at appveyor.yml and use similar approach with cmake and MinGW.

kurdybacha avatar Aug 13 '18 21:08 kurdybacha