ClearVolume / clearvolume

ClearVolume is a real-time live 3D visualization library designed for high-end volumetric microscopes such as SPIM and DLSM microscopes. With ClearVolume you can see live on your screen the stacks acquired by your microscope instead of waiting for offline post-processing to give you an intuitive and comprehensive view on your data.
http://clearvolume.github.io
GNU Lesser General Public License v3.0
43 stars 11 forks source link

ClearVolume won't build, requires Ant-JavaFX-library, which is not available on Linux #78

Open Tafnab opened 3 years ago

Tafnab commented 3 years ago

So far as I can tell, OpenJFX doesn't have Ant-JavaFX-library

Here's the build error:

$ ./build.sh

> Configure project :
[cmake]
[make]

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'clearvolume'.
> Couldn't find Ant-JavaFX-library, please make sure you've installed some JDK which includes JavaFX (e.g. OracleJDK or OpenJDK and OpenJFX), and JAVA_HOME is set properly.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.6.4/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 697ms
orena1 commented 3 years ago

https://stackoverflow.com/questions/62486508/how-to-install-javafx-on-ubuntu-20-04 Ubuntu 20.04 same here, any tips?