mirror of
https://github.com/RaiMan/SikuliX1.git
synced 2023-06-02 10:04:55 +03:00
93 lines
4.9 KiB
HTML
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>
|
|
<a href="http://sikulix.com" , target="_blank">[sikulix.com]</a>
|
|
<a href="https://github.com/RaiMan" , target="_blank">[RaiMan@GitHub]</a>
|
|
<a href="nightly.html">[Nightly Builds]</a>
|
|
|
|
<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>
|
|
<dependency>
|
|
<groupId>com.sikulix</groupId>
|
|
<artifactId>sikulixapi</artifactId>
|
|
<version>2.0.5</version>
|
|
</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>
|