Question #148656 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/148656
Status: Open => Answered
RaiMan proposed the following answer:
To run a script, you only need sikuli-script.jar and access to the native libs
(standard location: /Applications/Sikuli-IDE/Frameworks).
I use this .sh to run my scripts from command line:
#!/bin/sh
SikScript="/Applications/Sikuli-IDE.app/Contents/Resources/Java/sikuli-script.jar"
JavaParm="-Xms64M -Xmx512M -Dfile.encoding=UTF-8"
java $JavaParm -jar "$SikScript" $@
For this to work the only prerequisite is a Sikuli-IDE installed in
/Applications.
So if you know how to make a bundle, you could either take the Sikuli-
IDE bundle as a base or build up your own. The only thing you have to
solve is location of/reference to your script (somewhere in the
bundle).
--
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 : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp