Install OpenCV Yosemite Python

asked Nov 3 '14

silth gravatar image

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!

Preview: (hide)

Comments

It seems that no Makefile(s) were generated. Are you sure you generated the UNIX-makefiles? Can you post your CMake output?

boaz001 gravatar imageboaz001 (Nov 3 '14)edit