| 1 | initial version |
Just start with opening up a command line
sudo apt-get purge *opencv*cmake and make commandmake install command at the endNow you can include the OpenCV libs by adding pkg-config opencv --libs to your linker settings.