From 6d707ad91532cd12512c7f36301d7bb6894890d8 Mon Sep 17 00:00:00 2001 From: Alexey Shamrin Date: Tue, 3 Oct 2017 11:16:57 +0300 Subject: [PATCH] instruct brew to install opencv@2 See also: * issue #542 * https://github.com/peterbraden/node-opencv/issues/542#issuecomment-328657129 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04aedfb4..d0d0c9f5 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ that OpenCV 3.x is not yet fully supported. Install OpenCV using brew ```bash brew tap homebrew/science -brew install opencv +brew install opencv@2 +brew link --force opencv@2 ```