Is your feature request related to a problem? Please describe.
Since the implementation of the Hermes actor, the crawler is dependent of scalafx. The OpenJDK does not support this package by default, so in order to make the crawler compile on OpenJDK, users have to install two additional packages :
libopenjfx-java
openjfx
Describe the solution you'd like
A subsection "Requirements" in the readme that informs users about the dependencies and necessary action
Describe alternatives you've considered
Maybe its possible to remove the dependency at some point @bhermann ?
Is your feature request related to a problem? Please describe. Since the implementation of the Hermes actor, the crawler is dependent of scalafx. The OpenJDK does not support this package by default, so in order to make the crawler compile on OpenJDK, users have to install two additional packages :
Describe the solution you'd like A subsection "Requirements" in the readme that informs users about the dependencies and necessary action
Describe alternatives you've considered Maybe its possible to remove the dependency at some point @bhermann ?
Additional context Further information: https://github.com/scalafx/scalafx-hello-world/issues/6