OpenCV on ubuntu 11.10

Why don’t you use pkg-config to your favor?

g++ hello.c -o hello `pkg-config --cflags --libs opencv` 

Leave a Comment