Java Bindings Homebrew Mac OS OpenCV 3.3.0_3
Hello,
today I tried to install the latest version (3.3.0_3) via Homebrew. To my surprise I found out that the --with-java
option isn't provided anymore. As a workaround I cloned and build the project by myself, which was quite time consuming and tedious.
What is the reason that the --with-java
option for Homebrew isn't provided anymore? Are there any thoughts of bringing it back? And last but not least what is the suggested workaround?
Thanks for any answers.
OpenCV does not maintain Homebrew packages itself, so you would need to track the user providing the package and ask him ^^ building OpenCV yourself is always the best way to get started :)