Ask Your Question
-1

where is the source file?

asked 2015-03-21 02:53:00 -0600

"Now start the CMake (cmake-gui). You may again enter it in the start menu search or get it from the All Programs ‣ CMake 2.8 ‣ CMake (cmake-gui). First, select the directory for the source files of the OpenCV library (1). Then, specify a directory where you will build the binary files for OpenCV (2)." ------ I want to know where is the source files of the OpenCV library (1)? After I download the file from https://github.com/Itseez/opencv.git, there is no file named "source".

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2015-03-21 11:01:13 -0600

matman gravatar image

updated 2015-03-21 11:09:00 -0600

For CMake you need to select the parent directory of where you downloaded the files from github. It is the directory where the CMakeLists.txt is in.

The source files can be found in .../modules/$ModuleYouWant$/src

A file named "source" does not exist.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-03-21 02:53:00 -0600

Seen: 659 times

Last updated: Mar 21 '15