I have a GoLang backend project. I have an issue when building this project.
# pkg-config --cflags -- vips vips vips vips
pkg-config: exec: "pkg-config": executable file not found in %PATH%
I am working on Windows 10.
How can I solve this issue?

I have a GoLang backend project. I have an issue when building this project.
# pkg-config --cflags -- vips vips vips vips
pkg-config: exec: "pkg-config": executable file not found in %PATH%
I am working on Windows 10.
How can I solve this issue?

I've found the solution from this link.
How to install pkg config in windows?
You have to install G++ and other relevant libraries on your computer and register the system environment variable.