From e90b4e9c6f4745fdf9e9189de7489a34ae6b7465 Mon Sep 17 00:00:00 2001 From: RaiMan Date: Thu, 17 Oct 2019 15:15:53 +0200 Subject: [PATCH] prepare release --- README.md | 52 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 7a56c9377..45d763bd8 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,30 @@ the source code of the application or web page you want to act on. [More details
-**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) +
+ +**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 +

+- [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: ``` com.sikulix @@ -25,25 +42,22 @@ For use in Java Maven projects the dependency coordinates are: ```
-**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)). - -
- -**Current developement version is 2.1.0** (nightly builds / sikulixapi snapshots):
+**Current developement version is 2.1.0** (branch `master` nightly builds / snapshots):
[![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 +

+- [SikuliX Java API for programming in Java or Java aware languages]() + - for use in non-Maven projects -**Get the sikulixapi SNAPSHOT on OSSRH**
-The repository URL:
+For use in **Java Maven projects** use the SNAPSHOT dependency information:

+The repository URL: ```