Closed vitaly-zdanevich closed 5 years ago
Full output:
$ go get github.com/jmhodges/gocld3/cld3 # pkg-config --cflags -- protobuf pkg-config: exec: "pkg-config": executable file not found in $PATH
macOS 10.14.4 go 1.12.3 libprotoc 3.5.1
You need to install pkg-config. I imagine you have homebrew installed, and so that would be brew install pkg-config.
brew install pkg-config
Full output:
macOS 10.14.4 go 1.12.3 libprotoc 3.5.1