@@ -30,7 +30,7 @@ Installing CMake
30
30
31
31
-# Install the dmg package and launch it from Applications. That will give you the UI app of CMake
32
32
33
- -# From the CMake app window, choose menu Tools --> Install For Command Line Use.
33
+ -# From the CMake app window, choose menu Tools --> How to Install For Command Line Use. Then, follow the instructions from the pop-up there .
34
34
35
35
-# Install folder will be /usr/bin/ by default, submit it by choosing Install command line links.
36
36
@@ -66,7 +66,7 @@ git clone https://github.com/opencv/opencv_contrib.git
66
66
Building OpenCV from Source Using CMake
67
67
---------------------------------------
68
68
69
- -# Create a temporary directory, which we denote as ` <cmake_build_dir> ` , where you want to put
69
+ -# Create a temporary directory, which we denote as ` build_opencv ` , where you want to put
70
70
the generated Makefiles, project files as well the object files and output binaries and enter
71
71
there.
72
72
@@ -87,8 +87,8 @@ Building OpenCV from Source Using CMake
87
87
88
88
or cmake-gui
89
89
90
- - set full path to OpenCV source code, e.g. `/home/user/opencv`
91
- - set full path to `<cmake_build_dir>` , e.g. `/home/user/build_opencv`
90
+ - set the OpenCV source code path to , e.g. `/home/user/opencv`
91
+ - set the binary build path to your CMake build directory , e.g. `/home/user/build_opencv`
92
92
- set optional parameters
93
93
- run: "Configure"
94
94
- run: "Generate"
0 commit comments