How to install this package in windows

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.

Did you download the Windows build of vips and reference it with cgo comments in your Go file?

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.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.