Ask Your Question
0

Building binary with Cmake

asked 2014-06-18 21:35:05 -0600

I have successfully downloaded repository to loca drive.

As per the instruction I run CMake to compile the library (step 7, step 6 is ignored as it is linked to Qt development) but I am unable to locate source folder and build folder. Could anyone suggest me what am I missing?

Thanks in advance.

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
1

answered 2014-06-19 10:55:37 -0600

kbarni gravatar image

The source folder is the opencv folder you cloned from Github or extracted from the downloaded zip file (it contains the folders 3rdparty, apps,...).

The build folder is an empty folder which will contain the compiled stuff (I generally use opencv/build). You have to create this folder yourself.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-06-18 21:35:05 -0600

Seen: 108 times

Last updated: Jun 19 '14