Skip to content

Commit 09f0ca2

Browse files
committed
Merge pull request gopherdata#18 from P1xt/patch-1
Mac instructions might need PKG_CONFIG_PATH set
2 parents 5f55503 + 960cb36 commit 09f0ca2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,19 @@ This project came out of the [Gopher Gala](http://gophergala.com/) 2016. It is
110110
```
111111
go get golang.org/x/tools/cmd/goimports
112112
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+
113126
```
114127
115128
- Copy the kernel config:

0 commit comments

Comments
 (0)