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

Problem with gradle #89

Open tpecot opened 8 months ago

tpecot commented 8 months ago

Hi,

I tried to install ClearVolume on Windows (10 and 11) but failed.

I first managed to process the ".\gradlew build" successfully, but I cannot find any generated executable to then start ClearVolume. I looked in the buld folder but couldn't find any folder entitled executable. I then tried to run the "build.bat". I installed the latest gradle version, 8.5, but I got this message: `* Where: Build file 'C:\Users\tpecot\ClearVolume\build.gradle' line: 123

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 4s` What did I do wrong? Thanks a lot!