Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
RaiMan committed Oct 17, 2019
1 parent e23ef85 commit e90b4e9
Showing 1 changed file with 33 additions and 19 deletions.
52 changes: 33 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,30 @@ the source code of the application or web page you want to act on. [More details

<hr>

**Latest stable version is 2.0.0**
**You need at least Java 8, but it works on Java 9 up to latest (currently 12)**

[Here you can read about the changes/enhancements](https://sikulix-2014.readthedocs.io/en/latest/news.html)
**Windows:** Works out of the box ([for exceptions look here](https://github.com/RaiMan/SikuliX1/wiki/Windows:-Problems-with-libraries-OpenCV-or-Tesseract))

**Mac:** you have to make Tesseract OCR available ([for HowTo look here](https://github.com/RaiMan/SikuliX1/wiki/macOS-Linux:-Support-libraries-for-Tess4J-Tesseract-4-OCR)).

**Linux:** you have to make OpenCV and Tesseract OCR available ([for HowTo look here](https://sikulix-2014.readthedocs.io/en/latest/newslinux.html#version-1-1-4-special-for-linux-people)).

[**Get SikuliX ready to use**](https://raiman.github.io/SikuliX1)
<hr>

**Latest stable version is 2.0.0** (branch `release_2.0.x`)

[Here you can read about the changes/enhancements](https://sikulix-2014.readthedocs.io/en/latest/news.html)

For use in Java Maven projects the dependency coordinates are:
**Get SikuliX ready to use**
- [SikuliX IDE for editing and running scripts]()
- [Jython support for the IDE]()
- [JRuby support for the IDE]()
- download all needed to one folder and run sikulix-2.0.0.jar
<br><br>
- [SikuliX Java API for programming in Java or Java aware languages]()
- for use in non-Maven projects

For use in **Java Maven projects** the dependency coordinates are:
```
<dependency>
<groupId>com.sikulix</groupId>
Expand All @@ -25,25 +42,22 @@ For use in Java Maven projects the dependency coordinates are:
```
<hr>

**You need at least Java 8, but it works on Java 9 up to latest (currently 12)**

**Windows:** Works out of the box ([for exceptions look here](https://github.com/RaiMan/SikuliX1/wiki/Windows:-Problems-with-libraries-OpenCV-or-Tesseract))

**Mac:** you have to make the prerequisites for Tesseract ready ([for HowTo look here](https://github.com/RaiMan/SikuliX1/wiki/macOS-Linux:-Support-libraries-for-Tess4J-Tesseract-4-OCR)).

**Linux:** you have to make the prerequisites OpenCV and Tesseract ready ([for HowTo look here](https://sikulix-2014.readthedocs.io/en/latest/newslinux.html#version-1-1-4-special-for-linux-people)).

<hr>

**Current developement version is 2.1.0** (nightly builds / sikulixapi snapshots):<br>
**Current developement version is 2.1.0** (branch `master` nightly builds / snapshots):<br>
[![Build Status](https://travis-ci.org/RaiMan/SikuliX1.svg?branch=master)](https://travis-ci.org/RaiMan/SikuliX1)

[Here you can read more about the changes/enhancements](https://sikulix-2014.readthedocs.io/en/latest/news.html)
[Here you can read more about the changes/enhancements](https://sikulix-2014.readthedocs.io/en/latest/newsdev.html)

[**Get the nightly builds ready to use**](https://raiman.github.io/SikuliX1/downloads.html)
**Get the nightly builds ready to use**
- [SikuliX IDE for editing and running scripts]()
- [Jython support for the IDE]()
- [JRuby support for the IDE]()
- download all needed to one folder and run sikulix-2.1.0.jar
<br><br>
- [SikuliX Java API for programming in Java or Java aware languages]()
- for use in non-Maven projects

**Get the sikulixapi SNAPSHOT on OSSRH**<br>
The repository URL:<br>
For use in **Java Maven projects** use the SNAPSHOT dependency information:<br><br>
The repository URL:
```
<repositories>
<repository>
Expand Down

0 comments on commit e90b4e9

Please sign in to comment.