-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation problem #2
Comments
Hi, I have the same problem. Could you fix it, Povolann? |
Hi, I solved the previous problem, but many errors were received, such as bellow: CMakeFiles/rtkData.dir/build.make:458: recipe for target 'ExternalData/testing/Data/Baseline/Laplacian/Laplacian.mha' failed How I can fix them? Thanks |
There is a mistake in the script on lines 16 and 34 ,There is no need for the 'ITK' in the ../ITK. similarly for RTK Check if some of the requirements are satisfiedcommand -v gcc >/dev/null 2>&1 || { echo >&2 "C/C++ compiler is not installed. Aborting."; exit 1; } if [ ! -d "./ITK" ]; then if [ ! -d "./ITK-bin" ]; then if [ ! -d "./RTK" ]; then if [ ! -d "./RTK-bin" ]; then
fi |
Hi,
I have tried to install RTK using your script and I have problem with CMake, but I'm not really sure what should I do. I get this error after running your script:
The text was updated successfully, but these errors were encountered: