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
44 stars 11 forks source link

Not building on Linux #77

Closed Tafnab closed 4 years ago

Tafnab commented 4 years ago

Is there some combination of java, gradle, etc. that will build ClearVolume on Linux? I have available Java 8 & 11, gradle 4,5, & 6, openjdk 8 & 11 None of them seem to work. Here's the error:

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.

This was with Gradle 5.6.4, but other gradles give the same results.