Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This is a general procedure that should work for any Linux system.

Download and extract package

$ cd opencv-2-x-x
$ mkdir build
$ cd build
$ cmake-gui ..

Click 'configure', then 'generate'. Close the GUI.

$ make
(pray everything will go well)
$ make install