I've been trying to install Opencv in a virtual machine with Ubuntu, but when I try to make the file with the following command:
cmake -D WITH_TBB=ON -D BUILD_NEW_PYTHON_SUPPORT=ON -D WITH_V4L=ON -D
INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON -D BUILD_EXAMPLES=ON
-D WITH_QT=ON -D WITH_OPENGL=ON ..
No matter what I update or re-install, I keep getting:
Parse error in command line argument -D
Should be: VAR:type=value
Cmake Error: No cmake script provided
Cmake Error: Problem processing arguments. Aborting.
I've already tried lots of solutions, including: Trying to build OpenCV 2.4.1 with OpenGL support wich seemed to be the most logic but either ways in my case it didn't work.