@@ -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
@@ -64,7 +64,7 @@ git clone https://github.com/opencv/opencv_contrib.git
64
64
Building OpenCV from Source Using CMake
65
65
---------------------------------------
66
66
67
- -# Create a temporary directory, which we denote as ` <cmake_build_dir> ` , where you want to put
67
+ -# Create a temporary directory, which we denote as ` build_opencv ` , where you want to put
68
68
the generated Makefiles, project files as well the object files and output binaries and enter
69
69
there.
70
70
@@ -85,8 +85,8 @@ Building OpenCV from Source Using CMake
85
85
86
86
or cmake-gui
87
87
88
- - set full path to OpenCV source code, e.g. `/home/user/opencv`
89
- - set full path to `<cmake_build_dir>` , e.g. `/home/user/build_opencv`
88
+ - set the OpenCV source code path to , e.g. `/home/user/opencv`
89
+ - set the binary build path to your CMake build directory , e.g. `/home/user/build_opencv`
90
90
- set optional parameters
91
91
- run: "Configure"
92
92
- run: "Generate"
0 commit comments