Skip to content

Commit

Permalink
Augment readme
Browse files Browse the repository at this point in the history
  • Loading branch information
m-martin-j committed Apr 19, 2023
1 parent 6fef98d commit 2ff3eb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Implementation of an augmented version of Dino Ienco's algorithm CDCStream ([htt
* Java
* Download and install Java 11 OpenJDK 11, e.g. from [RedHat](https://developers.redhat.com/products/openjdk/download) (more recent versions might work as well).
* Note that I experienced issues using Temurin (via adoptium.net).
* Make sure that the Java folder (path ending in `/bin`) is added to environment variable PATH.
* Make sure that the Java folder (path including `/bin` at the end) is added to environment variable PATH.
* Some problems during python package installation can be solved by correctly setting the environment variable JAVA_HOME. Set it to point to the respective java folder (e.g. `/usr/lib/jvm/java-11-openjdk-amd64`) NOT including `/bin` or further components at the end.
* Without this requirement, attempting to **install package javabridge might fail**.
* Build tools
* Ubuntu: Based on the [python-weka-wrapper3 documentation](https://fracpete.github.io/python-weka-wrapper3/install.html#ubuntu), fulfill build requirements.
Expand Down

0 comments on commit 2ff3eb7

Please sign in to comment.