Ask Your Question

Revision history [back]

Install OpenCV Yosemite Python

Hello to everyone!

I would like to install OpenCV on my mac with Yosemite to program with Python.

I've followed this tutorial: http://blogs.wcode.org/2014/10/howto-install-build-and-use-opencv-macosx-10-10/

But when I try to install the Statics and the shared libraries with the terminal, I've got the next error:

$ sudo make install make: * No rule to make target `install'. Stop.

$ make make: * No targets specified and no makefile found. Stop.

Does anyone know why it is wrong?

Thank you!