Re: [Sikuli-driver] [Question #262029]: Error run a script without opening the IDE

2015-02-13 Thread Eduardo
Question #262029 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/262029

Status: Answered = Solved

Eduardo confirmed that the question is solved:
Thanks  RaiMan

I managed to run with this code :

C: \ Sikulix \ runsikulix.cmd  -r  C: \ Sikulix \ Logar.skl

see you soon!

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #236625]: [1.0.1] CentOS 6.4 x86_64: How to Install SikuliX 1.0.1

2015-02-13 Thread Kevin McGuinness
Question #236625 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236625

Kevin McGuinness posted a new comment:
CentOS 6.6 x32

3, Download exactly this packages from another sources (use google).
opencv245-core-2.4.5-1.sdl6.i686.rpm
opencv245-2.4.5-1.sdl6.i686.rpm
liblept3-1.69-11.1.i686.rpm
liblept2-1.68-5.4.i686.rpm
tesseract-3.02.02-3.1.i686.rpm

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #236625]: [1.0.1] CentOS 6.4 x86_64: How to Install SikuliX 1.0.1

2015-02-13 Thread Kevin McGuinness
Question #236625 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236625

Kevin McGuinness posted a new comment:
Thanks for this. It was a great place to start. I'd like to say what
worked for me in CentOS 6.5...

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

2, Install prereqs from repo. (Just environment-modules was needed - KMcG)
# 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.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #236625]: [1.0.1] CentOS 6.4 x86_64: How to Install SikuliX 1.0.1

2015-02-13 Thread Kevin McGuinness
Question #236625 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236625

Kevin McGuinness posted a new comment:
Notes!

Point #3 also works for CentOS 6.6 x64.

And for the x32 CentOS 6.6 machine (point #4)
5, Create syslinks changes to
# sudo ln -s /usr/local/opencv/2.4.5/lib/* /usr/lib/

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #262069]: [1.0.1] CentOS 6.5 and 6.6 x86_64: How to Install SikuliX 1.0.1

2015-02-13 Thread Kevin McGuinness
New question #262069 on Sikuli:
https://answers.launchpad.net/sikuli/+question/262069

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.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #262070]: [1.0.1] CentOS 6.6 i386: How to Install SikuliX 1.0.1

2015-02-13 Thread Kevin McGuinness
New question #262070 on Sikuli:
https://answers.launchpad.net/sikuli/+question/262070

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

This is how to install Sikuli on CentOS 6.6 i386.

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

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.i686.rpm
opencv245-2.4.5-1.sdl6.i686.rpm
liblept3-1.69-11.1.i686.rpm
liblept2-1.68-5.4.i686.rpm
tesseract-3.02.02-3.1.i686.rpm

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

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

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

7, Enjoy.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp