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

Switch from zmq to zeromq to avoid compilation #56

Open
drdarshan opened this issue Dec 1, 2017 · 1 comment
Open

Switch from zmq to zeromq to avoid compilation #56

drdarshan opened this issue Dec 1, 2017 · 1 comment

Comments

@drdarshan
Copy link

It seems the zmq package needs to compile ZeroMQ from source which is a problem if you do not have the compilation toolchain installed. I was able to switch to the zeromq package which comes with pre-built binaries and saves you the step of having to install g++.

@tgoorden
Copy link

I ran into a very similar issue, so I dropped a pull request for it: #66

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

No branches or pull requests

2 participants