This commit is contained in:
Wenqi Chen 2018-02-04 12:57:37 +08:00
parent 48a4fc35e8
commit b141800a01

View File

@ -20,6 +20,7 @@ that OpenCV 3.x is not yet fully supported.
Install OpenCV using brew
```bash
brew tap homebrew/science
brew install pkg-config
brew install opencv@2
brew link --force opencv@2
```