Install OpenCV Yosemite Python

asked 2014-11-03 10:51:09 -0600

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!

edit retag flag offensive close merge delete

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 ( 2014-11-03 10:58:15 -0600 )edit