We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f55503 + 960cb36 commit 09f0ca2Copy full SHA for 09f0ca2
README.md
@@ -110,6 +110,19 @@ This project came out of the [Gopher Gala](http://gophergala.com/) 2016. It is
110
```
111
go get golang.org/x/tools/cmd/goimports
112
go get github.com/gophergala2016/gophernotes
113
+
114
+ If you get the error:
115
116
+ # pkg-config --cflags libzmq libzmq libzmq libzmq
117
+ Package libzmq was not found in the pkg-config search path.
118
+ Perhaps you should add the directory containing `libzmq.pc'
119
+ to the PKG_CONFIG_PATH environment variable
120
+ No package 'libzmq' found
121
122
+ then:
123
124
+ export PKG_CONFIG_PATH=/usr/local/Cellar/zeromq22/lib/pkgconfig/
125
126
127
128
- Copy the kernel config:
0 commit comments