Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,19 @@ This project came out of the [Gopher Gala](http://gophergala.com/) 2016. It is
```
go get golang.org/x/tools/cmd/goimports
go get github.com/gophergala2016/gophernotes

If you get the error:

# pkg-config --cflags libzmq libzmq libzmq libzmq
Package libzmq was not found in the pkg-config search path.
Perhaps you should add the directory containing `libzmq.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libzmq' found

then:

export PKG_CONFIG_PATH=/usr/local/Cellar/zeromq22/lib/pkgconfig/

```

- Copy the kernel config:
Expand Down