g ++:错误:`pkg-config:没有这样的文件或目录

时间:2016-01-01 08:42:54

标签: c++ opencv cygwin

我安装了cygwin并按照此安装http://cs.calvin.edu/curriculum/cs/112/resources/installingEclipse/cygwin/

然后我在我的cmd上运行

cd opencv
cd sources
cd samples
cd cpp
g++ -ggdb `pkg-config --cflags --libs opencv` facedetect.cpp -o facedetect

导致了这个

g++: error: `pkg-config: No such file or directory
g++: error: opencv`: No such file or directory
g++: error: unrecognized command line option '--cflags'
g++: error: unrecognized command line option '--libs'

我尝试做的是在opencv中运行facedetect.cpp来测试我的分类器,任何帮助解决此问题或提供替代方法表示赞赏

1 个答案:

答案 0 :(得分:1)