go-zmq icon indicating copy to clipboard operation
go-zmq copied to clipboard

Install instructions for os x

Open cswank opened this issue 11 years ago • 1 comments

When I run 'go get' on my project that uses this project I get an error:

github.com/vaughan0/go-zmq

./poll.go:4:10: fatal error: 'zmq.h' file not found

include <zmq.h>

     ^                                                                                                                                                                           

1 error generated.

The operating system is on OS X Mavericks and I installed zeromq from source with configure, make, make install which installs to /usr/local/include and /usr/local/lib

Could you please add some installation instructions? I'm not sure how to get this working.

cswank avatar Dec 22 '13 16:12 cswank

brew install zeromq

kevinpostal avatar Feb 13 '14 20:02 kevinpostal