Configuration of cmake-gui in the tutorial of Eclipse

asked 2018-03-21 02:04:00 -0600

r_cavedon gravatar image

updated 2018-03-22 16:25:41 -0600

Good morning, I'm doing the following tutorial step-by-step on Ubuntu 16.04 https://docs.opencv.org/master/d7/d16....

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

edit retag flag offensive close merge delete

Comments

give path where opencv is intalled (if opencv is not installed you can give path where you build opencv) if your system is windows, folder must be added in path variable

LBerger gravatar imageLBerger ( 2018-03-21 02:14:37 -0600 )edit

I'm using linux (Ubuntu 16.04)

r_cavedon gravatar imager_cavedon ( 2018-03-22 16:26:17 -0600 )edit