[1.0.1] CentOS 6.5 and 6.6 x86_64: How to Install SikuliX 1.0.1

Asked by Kevin McGuinness

A continuation of https://answers.launchpad.net/sikuli/+question/236625

This is how to install Sikuli on CentOS 6.5 and 6.6 x86_64.

1, Install java from repo.
# sudo yum install java-1.7.0-openjdk.x86_64

2, Install prereqs from repo.
# sudo yum install environment-modules

3, Download exactly this packages from another sources (use google).
opencv245-core-2.4.5-1.sdl6.x86_64.rpm
opencv245-2.4.5-1.sdl6.x86_64.rpm
liblept3-1.69-11.1.x86_64.rpm
tesseract-3.02.02-3.5.x86_64.rpm

4, Install the previously downloaded packages.
# sudo rpm -ivh opencv245-core-2.4.5-1.sdl6.x86_64.rpm
# sudo rpm -ivh opencv245-2.4.5-1.sdl6.x86_64.rpm
# sudo rpm -ivh liblept3-1.69-11.1.x86_64.rpm
# sudo rpm -ivh tesseract-3.02.02-3.5.x86_64.rpm

5, Create symlinks.
# sudo ln -s /usr/local/opencv/2.4.5/lib64/* /usr/lib64/

6, Install sikuli
# java -jar sikuli-setup.jar

7, Enjoy.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
RaiMan (raimund-hocke) said :
#2

to leave it open