-2

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?

enter image description here

Cardoso
  • 962
  • 1
  • 12
  • 30
  • Marked as a possible duplicate: [How to install pkg config in windows?](https://stackoverflow.com/questions/1710922/how-to-install-pkg-config-in-windows) – halfer May 20 '21 at 08:53

1 Answers1

1

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.

Cardoso
  • 962
  • 1
  • 12
  • 30