pkg-config: command not found, using cygwin on windows 7

后端 未结 2 1483
醉话见心
醉话见心 2021-01-20 01:01

I\'m using Cygwin on windows to run this command:

 g++ `pkgconfig --libs --cflags opencv` -I. -o mergevec mergevec.cpp ....

But I get an er

2条回答
  •  借酒劲吻你
    2021-01-20 01:26

    run cgywin setup and in package search type pkg-config then make sure that pkg-config utility is installed. it should solve the not found command problem.

提交回复
热议问题