You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get the bimg source into /go/src/github.com/h2non/bimg, and under it,
do go build -v .
and this is what I'm getting:
$ go build -v .
github.com/h2non/bimg
# pkg-config --cflags -- vips vips vips vips
Package vips was not found in the pkg-config search path.
Perhaps you should add the directory containing `vips.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vips' found
Package vips was not found in the pkg-config search path.
Perhaps you should add the directory containing `vips.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vips' found
Package vips was not found in the pkg-config search path.
Perhaps you should add the directory containing `vips.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vips' found
Package vips was not found in the pkg-config search path.
Perhaps you should add the directory containing `vips.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vips' found
pkg-config: exit status 1
The text was updated successfully, but these errors were encountered:
suntong
added a commit
to suntong/bimg
that referenced
this issue
Dec 1, 2023
I
vips
locally/go/src/github.com/h2non/bimg
, and under it,go build -v .
and this is what I'm getting:
The text was updated successfully, but these errors were encountered: