Files
SikuliX1-gui-automation/pages/downloads.html
2021-04-29 18:01:52 +02:00

93 lines
4.9 KiB
HTML

<!--
~ Copyright (c) 2010-2021, sikuli.org, sikulix.com - MIT license
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>
SikuliX Downloads
</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
</head>
<body>
<h1>SikuliX Downloads</h1>
<hr>
<a href="https://raiman.github.io/SikuliX1">[home]</a>&nbsp;&nbsp;&nbsp;
<a href="http://sikulix.com" , target="_blank">[sikulix.com]</a>&nbsp;&nbsp;&nbsp;
<a href="https://github.com/RaiMan" , target="_blank">[RaiMan@GitHub]</a>&nbsp;&nbsp;&nbsp;
<a href="nightly.html">[Nightly Builds]</a>&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="http://www.sikulix.com/disclaimer/" , target="_blank">[Disclaimer]</a>
<hr>
<h2>Version 2.0.5 (latest stable version)</h2>
<strong>Recommended for all --- </strong><a href="https://github.com/RaiMan/SikuliX1/wiki/About-actual-release-version" , target="_blank">
Be sure you had a look at this information about major changes/issues/recommendations</a>
<br><br>
<strong>Things that have been fixed</strong>
<a href="https://github.com/RaiMan/SikuliX1/wiki/ZZZ-Bug-Fixes" , target="_blank"><strong>in version 2.0.x+</strong></a>
<hr>
<h3>SikuliX IDE: Edit and run Jython/Python/Ruby scripts on all systems</h3>
<hr>
<strong><a href="https://launchpad.net/sikuli/sikulix/2.0.5/+download/sikulixide-2.0.5.jar">Download the ready to use
sikulixide-2.0.5.jar (SikuliX IDE for all systems)</a></strong><br><br>
<strong>This artefact runs on Windows, macOS and Linux. For systemspecific slightly smaller packs see below.</strong>
<br><br>
Just download, move it to a folder of your choice and doubleclick to run it.<br>
An alternative to run it is from commandline using
<pre>java -jar path-to/sikulixide-2.0.5.jar</pre>
If you have any problems, run this from a commandline and analyse the log output
<pre>java -jar path-to/sikulixide-2.0.5.jar -v -c</pre>
<strong>Be aware: Jython support/interpreter</strong> is now included in the package - no need for an extra download/install
<br>
<hr>
<h4>Needed for Ruby scripting support in the IDE and running Ruby scripts from commandline</h4>
<strong><a href="https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.2.0.0/jruby-complete-9.2.0.0.jar">The JRuby
interpreter 9.x for ruby scripting</a></strong><br><br>
Download to the same folder as you have your sikulix.jar.
<br>It will be recognized by SikuliX at the next start and moved to the SikuliX's extension folder.
<br>So preferably download before using the IDE the first time.
<br><br>
<hr>
<h3>Systemspecific versions of the SikuliX IDE</h3>
<hr>
<strong>Windows:</strong> <a href="https://launchpad.net/sikuli/sikulix/2.0.5/+download/sikulixide-2.0.5-win.jar">Download the ready to use
sikulixide-2.0.5-win.jar (SikuliX IDE for Windows)</a><br><br>
<strong>macOS:</strong> <a href="https://launchpad.net/sikuli/sikulix/2.0.5/+download/sikulixide-2.0.5-mac.jar">Download the ready to use
sikulixide-2.0.5-mac.jar (SikuliX IDE for macOS)</a><br><br>
<strong>Linux:</strong> <a href="https://launchpad.net/sikuli/sikulix/2.0.5/+download/sikulixide-2.0.5-lux.jar">Download the ready to use
sikulixide-2.0.5-lux.jar (SikuliX IDE for Linux)</a><br><br>
<hr>
<h3>SikuliX API: Use the SikuliX features in Java programming or Java aware environments</h3>
<hr>
<br>
<strong>Download the ready to use sikulixapi-2.0.5.jar</strong><br>
These artefacts are for use on a Java classpath or for Java programming in mature IDEs as library jar.<br><br>
<strong>All systems:</strong> <a href="https://launchpad.net/sikuli/sikulix/2.0.5/+download/sikulixapi-2.0.5.jar">Download the ready to use
sikulixapi-2.0.5.jar (SikuliX IDE for Windows)</a><br>
<strong>Windows:</strong> <a href="https://launchpad.net/sikuli/sikulix/2.0.5/+download/sikulixapi-2.0.5-win.jar">Download the ready to use
sikulixapi-2.0.5-win.jar (SikuliX IDE for Windows)</a><br>
<strong>macOS:</strong> <a href="https://launchpad.net/sikuli/sikulix/2.0.5/+download/sikulixapi-2.0.5-mac.jar">Download the ready to use
sikulixapi-2.0.5-mac.jar (SikuliX IDE for macOS)</a><br>
<strong>Linux:</strong> <a href="https://launchpad.net/sikuli/sikulix/2.0.5/+download/sikulixapi-2.0.5-lux.jar">Download the ready to use
sikulixapi-2.0.5-lux.jar (SikuliX IDE for Linux)</a><br>
<br>
<strong>Maven coordinates for use in Maven aware contexts:</strong>
<pre>
&ltdependency>
&ltgroupId>com.sikulix&lt/groupId>
&ltartifactId>sikulixapi&lt/artifactId>
&ltversion>2.0.5&lt/version>
&lt/dependency>
</pre>
<hr>
<strong><a href="https://repo1.maven.org/maven2/com/sikulix/sikulixapi/2.0.5/sikulixapi-2.0.5-sources.jar">Download
sikulixapi-sources.jar</a></strong>
Might be useful for Java programming in mature IDEs as reference.<br><br>
<strong><a href="https://raiman.github.io/SikuliX1/javadocs/index.html">read the javadocs online</a></strong>
Be aware: might not be up-to-date.
<br>
<hr>
</body>