sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54609
Re: [Question #689322]: Sikulix 2.1.0 on macOS
Question #689322 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/689322
larryli posted a new comment:
Dear RaiMan
sorry to ask question again.
In my side, I set pom.xml as the following according to your document.
<dependency>
<groupId>com.sikulix</groupId>
<artifactId>sikulixapi</artifactId>
<version>2.0.4</version>
</dependency>
and then I compiled sikulix in the local, I use local build API to replace 2.0.4 API lib in java project
and then make one Jar application for java project.
after that, I copy this jar to macos, it can not work, it will have the following issue.
[error] RunTime:loadLib: libopencv_java.dylib (failed) probably
dependent libs missing:
it is same with your information in the following page.
https://github.com/RaiMan/SikuliX1/wiki/macOS-Linux:-Support-Libraries-for-OpenCV-4
but in my side, I already use brew install opencv command to install.
is there any special setting? which point has problem?
thank you very much.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.