From 6248c48f70a238f5472d71d17fab5726aae6bbcb Mon Sep 17 00:00:00 2001 From: raimundhocke Date: Sat, 3 Sep 2022 15:40:30 +0200 Subject: [PATCH] minor README --- README.md | 27 +++++---------------------- Support/commands/mac/runide11m | 3 +++ 2 files changed, 8 insertions(+), 22 deletions(-) create mode 100644 Support/commands/mac/runide11m diff --git a/README.md b/README.md index e943637a0..b2cbe08be 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ [![SikuliX](https://raw.githubusercontent.com/RaiMan/SikuliX1/master/Support/sikulix-red.png)](https://sikulix.github.io) ---- - -# Any activities paused until mid of August 2022 - --- **What is SikuliX**
SikuliX automates anything you see on the screen of your desktop computer running Windows, Mac or some Linux/Unix. It uses image recognition powered by OpenCV to identify @@ -16,34 +12,21 @@ Great thanks for the new logo and all the help with the new webpage to [@Waleed --- **2.0.6 (branch release_2.0.x) preparing for release - snapshots available** -**Latest Upload: April 9th, 2022** +**Latest Upload: August 17th, 2022** **Direct IDE downloads**      [> for Windows <](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.sikulix&a=sikulixidewin&v=2.0.6-SNAPSHOT&e=jar)    [> for macOS Intel <](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.sikulix&a=sikulixidemac&v=2.0.6-SNAPSHOT&e=jar)    [> for macOS M1 <](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.sikulix&a=sikulixidemacm1&v=2.0.6-SNAPSHOT&e=jar)    [> for Linux <](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.sikulix&a=sikulixidelux&v=2.0.6-SNAPSHOT&e=jar) You get files like `sikulixidemac-2.0.6-20210708.194940-1.jar`, which you can place wherever you want and rename them to whatever you want. It is recommended to run with Java 11+ (preferably from [Adoptium/AdoptOpenJDK](https://adoptium.net) or [Azul](https://www.azul.com/downloads/?package=jdk#download-openjdk)) from a commandline/Terminal. -**Be aware:** -- Java 8 is no longer supported. -- For macOS M1 (non-Intel) use the JDK's from [Azul](https://www.azul.com/downloads/?os=macos&architecture=arm-64-bit&package=jdk) -- now using Tess4J/Tesseract 5 - macOS/Linux: have a Tesseract 5.0.1 ready (tesseract runs on commandline) +**JAVA: must be Java 11 or later** (best places to get it: [Eclipse Temurin](https://adoptium.net) or [Azul](https://www.azul.com/downloads/?package=jdk#download-openjdk)) -[more information coming soon]() +**OCR (macOS/Linux):** now using Tess4J/Tesseract 5 - have a Tesseract 5.0.1 ready (tesseract runs on commandline) + +[more information coming sooner or later ;-)]() --- **2.1.0 (branch master) currently not useable - development suspended** - ---- -**Java: must be Java 11 or later** (best places to get it: [AdoptOpenJDK](https://adoptopenjdk.net) or [Azul](https://www.azul.com/downloads/?package=jdk#download-openjdk)) -- non-LTS versions like Java 16 or even 17ea might create problems that should be reported -- for macOS M1 (non-Intel) use the JDK's from [Azul](https://www.azul.com/downloads/?os=macos&architecture=arm-64-bit&package=jdk) - -**Windows:** Works out of the box - -**macOS/Linux** 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** OpenCV ibraries are bundled and should work on Ubuntu-like flavors. In case of problems you have to find a solution. -
**Latest stable version is 2.0.5** (still runs with Java 8) diff --git a/Support/commands/mac/runide11m b/Support/commands/mac/runide11m new file mode 100644 index 000000000..d1286ed70 --- /dev/null +++ b/Support/commands/mac/runide11m @@ -0,0 +1,3 @@ +ide=~/IdeaProjects/SikuliX1/IDE/target/sikulixide-2.0.6-SNAPSHOT-complete-macM1.jar +export JAVA_HOME=`/usr/libexec/java_home -v 11` +java -jar $ide $* \ No newline at end of file