peterbraden / node-opencv

OpenCV Bindings for node.js
MIT License
4.38k stars 857 forks source link

Homebrew update #537

Open pasine opened 7 years ago

pasine commented 7 years ago

I think OpenCV has been moved from homebrew/science to homebrew/core. Also, the default OpenCV version is now 3.x, so by running brew install opencv you will get the not fully compatible version. There is a new formula called opencv@2 to install OpenCV 2.x. I am having issues building node-opencv (as other people reported previously) and I am not sure this might be related to it.

pasine commented 7 years ago

I confirm I was finally able to build the module by using opencv@2 formula and by setting PKG_CONFIG_PATH="/usr/local/Cellar/opencv@2/2.4.13.2_2/lib/pkgconfig/"