Reputation: 48986
I have installed the latest versions of OpenCV
and Eclipse CDT
, but not able to make OpenCV to be used within Eclipse CDT.
Any ideas on how can I do that?
Thanks a lot.
Upvotes: 0
Views: 383
Reputation: 96177
What platform?
See http://opencv.willowgarage.com/wiki/EclipseOpenCVLinux ?
Otherwise you generally run cmake in the top of the opencv source dir and select the compiler you want, for Eclipse that's possibly mingw (unless there is an eclipse specific version)
Upvotes: 1