I have been trying to set up the processing server on my desktop by following the instructions at https://3dlg-hcvc.github.io/multiscan/read-the-docs/server/index.html#installation.
I have run into some issues, but have gotten to the cmake Build and Install step. When trying to execute cmake in the build directory, there is an error stating CMakeLists.txt is not found. I tried copying the CMakeLists.txt from the parent multiscan folder into build folder, but when running cmake I get
No download info given for 'segmentator' and its source directory:
~/multiscan/build/segmentator
is not an existing non-empty directory. Please specify one of:
- SOURCE_DIR with an existing non-empty directory
- DOWNLOAD_COMMAND
- URL
- GIT_REPOSITORY
- SVN_REPOSITORY
- HG_REPOSITORY
- CVS_REPOSITORY and CVS_MODULE
Call Stack (most recent call first):
~/anaconda3/envs/multiscan/share/cmake-3.24/Modules/ExternalProject.cmake:4170 (_ep_add_download_command)
CMakeLists.txt:128 (ExternalProject_Add)
I have been trying to set up the processing server on my desktop by following the instructions at https://3dlg-hcvc.github.io/multiscan/read-the-docs/server/index.html#installation.
I have run into some issues, but have gotten to the cmake Build and Install step. When trying to execute cmake in the build directory, there is an error stating CMakeLists.txt is not found. I tried copying the CMakeLists.txt from the parent multiscan folder into build folder, but when running cmake I get
No download info given for 'segmentator' and its source directory:
~/multiscan/build/segmentator
is not an existing non-empty directory. Please specify one of:
Call Stack (most recent call first):
~/anaconda3/envs/multiscan/share/cmake-3.24/Modules/ExternalProject.cmake:4170 (_ep_add_download_command)
CMakeLists.txt:128 (ExternalProject_Add)