Skip to content

Commit 0417c8c

Browse files
wongjessicaboubascript
authored andcommitted
Added information to OpenCV documentation [MacOS]
Added and Edited specific information to the "Installation in MacOS" OpenCV documentation. Closes opencv#17340
1 parent cb82388 commit 0417c8c

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

@@ -64,7 +64,7 @@ git clone https://github.com/opencv/opencv_contrib.git
6464
Building OpenCV from Source Using CMake
6565
---------------------------------------
6666

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

@@ -85,8 +85,8 @@ Building OpenCV from Source Using CMake
8585

8686
or cmake-gui
8787

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

0 commit comments

Comments
 (0)