Skip to content

Commit 0c8da03

Browse files
committed
Merge pull request opencv#17341 from hunter-college-ossd-spr-2020:3.4-1
2 parents a8c1cdf + 0417c8c commit 0c8da03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/tutorials/introduction/macos_install/macos_install.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Installing CMake
3030

3131
-# Install the dmg package and launch it from Applications. That will give you the UI app of CMake
3232

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.
3434

3535
-# Install folder will be /usr/bin/ by default, submit it by choosing Install command line links.
3636

@@ -66,7 +66,7 @@ git clone https://github.com/opencv/opencv_contrib.git
6666
Building OpenCV from Source Using CMake
6767
---------------------------------------
6868

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
7070
the generated Makefiles, project files as well the object files and output binaries and enter
7171
there.
7272

@@ -87,8 +87,8 @@ Building OpenCV from Source Using CMake
8787

8888
or cmake-gui
8989

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`
9292
- set optional parameters
9393
- run: "Configure"
9494
- run: "Generate"

0 commit comments

Comments
 (0)