OpenCV 2.4 with Dev C++

Hi everyone, my head's hurt finding a proper method of installing OpenCV and integrating it with Dev C++.

The proper tutorials are obsolete (2.1 and below) while the more recent ones are too technical, tutorials that assume the user is an expert in CMake, command line and stuff.

Can anybody out there please give me a simplified, step by step, complete tutorial of installing OpenCV 2.4 on Dev C++? Can't seem to get past the "cv.h" not found error. Help! I'm desperate!
Anybody? Please?
Only help I can offer is my guide to install it for Visual C++ 2010. Maybe you can find a solution for your problem there?
A missing .h file means there is something wrong with your include directories. Your compiler needs these header files you include in your files (using #include) and should be pointed to the right location.
These are the build\include\ and build\include\opencv folders in your install directory.

My guide can be found here: http://jepsonsblog.blogspot.com/2012/07/installation-guide-opencv-24-with.html
Topic archived. No new replies allowed.