gokogiri
gokogiri copied to clipboard
pkg-config: exec: "pkg-config": executable file not found in %PATH%
go get github.com/moovweb/gokogiri
pkg-config --cflags libxml-2.0
pkg-config: exec: "pkg-config": executable file not found in %PATH%
pkg-config --cflags libxml-2.0 libxml-2.0
pkg-config: exec: "pkg-config": executable file not found in %PATH%
Is it normal for a go get
statement to require a dependency in the environment path?