how to install GitHub - h2non/bimg: Go package for fast high-level image processing powered by libvips C library in windows . it is giving following error message
pkg-config --cflags – vips.
how to install GitHub - h2non/bimg: Go package for fast high-level image processing powered by libvips C library in windows . it is giving following error message
pkg-config --cflags – vips.
Yes . I have downloaded [vips-dev-w64-web-8.14.1.zip]
already added in path c:\vips\bin in envirement variable .
I am not getting this point cgo comment
I meant that you might have to include something like:
#cgo LDFLAGS: -LC:/vips/bin -lvips
In your Go program, so that go can find the .DLL.