lestrrat-go / libxml2

Interface to libxml2, with DOM interface
MIT License
230 stars 56 forks source link

Missing pkg-config on OSX #23

Closed xeoncross closed 7 years ago

xeoncross commented 7 years ago

Trying to run this on a mac gives:

$ go get github.com/lestrrat/go-libxml2
# pkg-config --cflags libxml-2.0
pkg-config: exec: "pkg-config": executable file not found in $PATH

so you have to install pkg-config:

$ brew install pkg-config