sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #00028
Re: [Question #139304]: Unsatisfied dependency reported by libVisionProxy.so on Ubuntu 10.04
Question #139304 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/139304
Boom proposed the following answer:
I'm using Ubuntu 10.4 and installed opencv 2.1 manually to get it to
work.
First uninstall opencv4 (the 2.0 version) using synaptic package
manager.
Then download opencv 2.1 source. It requires Cmake to build the files
out of the source. The version of cmake that is in 10.04 is a version
behind what you need, so first I had to download cmake and build the new
version of that.
Then build opencv 2.1 using cmake.
Then I launch it using a bash script:
#!/bin/bash
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH sudo ldconfig
sh ~/code/Sikuli-X-1.0rc1-linux/Sikuli-IDE/sikuli-ide.sh
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.