Good morning, I'm doing the following tutorial step-by-step https://docs.opencv.org/master/d7/d16/tutorial_linux_eclipse.html.
At step 3 of V2: Using CMake+OpenCV with Eclipse (plugin CDT) the tutorial says :
"Run: cmake-gui .. and make sure you fill in where opencv was built."
How should I configure cmake-gui exactly? For me, it's not clear what directories I have to set for configuring correctly the cmake (I've already compiled the opencv project anyway)
Many thanks for the help