bimg icon indicating copy to clipboard operation
bimg copied to clipboard

build fails when i add the package to go.mod

Open conor-tread opened this issue 1 year ago • 2 comments

When i try to build after adding the package to the go.mod the build fails. All I get is a printout of all the packages in the project and the only odd thing I see is:

pkg-config --cflags -- vips vips vips vips

pkg-config: exec: "pkg-config": executable file not found in $PATH

Has anyone seen this before?

conor-tread avatar Mar 29 '23 20:03 conor-tread

brew install peg-config

xkamail avatar Apr 29 '23 07:04 xkamail

Try this!

macOS

brew install pkg-config

Linux Debian

apt-get install pkg-config

Linux Alpine

apk add pkgconfig

dev-strender avatar May 04 '23 13:05 dev-strender