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
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?