clojure with Windows 7 x64
Hi!
I'm following the tutorial here: http://docs.opencv.org/2.4/doc/tutorials/introduction/clojure_dev_intro/clojure_dev_intro.html to set up opencv with clojure. I've downloaded the windows installer and extracted opencv, but I can't find any .dylib or .so files there.
Can I skip the native library step? Or do I have to build opencv myself?
you should look for *.dll files on win, not .dylib or .so
so can I just skip the native part and point my PATH to .dll folder? I keep getting the following error: Exception in thread "main" java.lang.UnsatisfiedLinkError: no opencv_java246 in java.library.path Even though I'm sure I have a path to my opencv_java246.dll in system path.
hopefully, yes.