jmhodges / gocld3

Apache License 2.0
20 stars 18 forks source link

go get github.com/jmhodges/gocld3/cld3: exec: "pkg-config": executable file not found in $PATH #3

Closed vitaly-zdanevich closed 5 years ago

vitaly-zdanevich commented 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

jmhodges commented 5 years ago

You need to install pkg-config. I imagine you have homebrew installed, and so that would be brew install pkg-config.