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!
It seems that no Makefile(s) were generated. Are you sure you generated the UNIX-makefiles? Can you post your CMake output?