Ask Your Question

Revision history [back]

Configuration of cmake-gui in the tutorial of Eclipse

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

Configuration of cmake-gui in the tutorial of Eclipse

Good morning, I'm doing the following tutorial step-by-step on Ubuntu 16.04 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)

UPDATE

Using cmake-gui in:

"Where is the source code:" it has to fill with /path/to/foo ?

"Whereto build the binaries:" it has to fill with /path/to/foo/build?

Is it wrong? What am I forgetting?

Many thanks for the help