Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build cppzmq for Windows using MinGW #260

Open
arunpkqt opened this issue Jul 20, 2018 · 2 comments
Open

How to build cppzmq for Windows using MinGW #260

arunpkqt opened this issue Jul 20, 2018 · 2 comments

Comments

@arunpkqt
Copy link

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?

@sigiesec
Copy link
Member

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

@kurdybacha
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants