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.
Cloned ClearVolume (NOT download, as this does not work because gradle tries to run git, which requires a cloned repository with a .git directory)
Ran build.bat in ClearVolume directory.
ERROR message is:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':cmake'.
> A problem occurred starting process 'command 'cmake''
Looked inside build.bat and figured out I could run
gradle --stacktrace build -x test distribution
to get more info, and what I found is:
Caused by: java.io.IOException: Cannot run program "cmake" (in directory "C:\Users\Packer Lab\Documents\ClearVolume\build\cmake"): CreateProcess error=2, The system cannot find the file specified
This directory exists, but it is empty.
Here's the output of gradle -v in case it is helpful:
Gradle 2.1
Build time: 2014-09-08 10:40:39 UTC
Build number: none
Revision: e6cf70745ac11fa943e19294d19a2c527a669a53
Groovy: 2.3.6
Ant: Apache Ant(TM) version 1.9.3 compiled on December 23 2013
JVM: 1.8.0_301 (Oracle Corporation 25.301-b09)
OS: Windows 10 10.0 amd64
Running Windows 10
Fresh install Oracle JDK 8
Fresh install Gradle 2.1
Fresh install of git
Cloned ClearVolume (NOT download, as this does not work because gradle tries to run git, which requires a cloned repository with a .git directory)
Ran build.bat in ClearVolume directory.
ERROR message is:
Looked inside build.bat and figured out I could run
gradle --stacktrace build -x test distribution
to get more info, and what I found is:Caused by: java.io.IOException: Cannot run program "cmake" (in directory "C:\Users\Packer Lab\Documents\ClearVolume\build\cmake"): CreateProcess error=2, The system cannot find the file specified
This directory exists, but it is empty.Here's the output of gradle -v in case it is helpful: