I have downloaded that file and then followed the instructions. When I tried to run CMake for the following command:
cmake -D CMAKE_INSTALL_PREFIX:STRING=/full/path/to/install/muse/ -D SCHEDULER:STRING=??? ../muse=3.0.0-source, it gave the error that the source directory does not appear to contain cmakelists.text
I wonder what is this /full/path/to/install/muse/ ? Is it any random path? Also, how do I solve the error message? I am not very familiar with this.
Hello Jimit,
I was looking through the software manual in the github repo.
For the first step:
tar -xzf muse-3.0.0-source.tar.gz
Can I confirm that this can be found here? https://www.nitrc.org/projects/cbica_muse/
I have downloaded that file and then followed the instructions. When I tried to run CMake for the following command:
cmake -D CMAKE_INSTALL_PREFIX:STRING=/full/path/to/install/muse/ -D SCHEDULER:STRING=??? ../muse=3.0.0-source, it gave the error that the source directory does not appear to contain cmakelists.text
I wonder what is this /full/path/to/install/muse/ ? Is it any random path? Also, how do I solve the error message? I am not very familiar with this.