diff --git a/README.md b/README.md index 1a963d5..1476124 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,18 @@ Implementation of a simple Photo viewer with zoom-functions and a slide-show mode -University Project using Java 15 and JavaFX 15 +University Project using Java and JavaFX Note for using project in Intelij IDEA: To use JavaFX 15 with Intelij IDEA it is required to add the following settings to the VM-Options (in configuration) ``` ---module-path /PATH/TO/JAVAFX/BIN/DIR --add-modules javafx.controls,javafx.fxml -``` \ No newline at end of file +--module-path /PATH/TO/JAVAFX/LIB/DIR --add-modules javafx.controls,javafx.fxml +``` + +## Requirenments: +[Java 15](https://jdk.java.net/15/) +[JavaFX 15](https://gluonhq.com/products/javafx/) + +## Tested on +Arch Linux x64 w/ openjfx-15, openjdk-15 +Windows 10 x64 w/ openjfx-15, openjdk-15