add note on cmake brew install

This commit is contained in:
Boubacar 2020-05-21 10:34:17 -04:00
parent b624da27bd
commit 0940c56a3f

View File

@ -39,6 +39,8 @@ Installing CMake
cmake --version
@endcode
@note You can use [Homebrew](https://brew.sh/) to install CMake with @code{.bash} brew install cmake @endcode
Getting OpenCV Source Code
--------------------------