Skip to content

FIxed bad path for SetupForDevelopment.sh on Win10

Trying to setup development on windows, I could not get SetupForDevelopment.sh to run properly. Upon inspecting the first line, it was trying to change directory to "c:/dev/project/VTK/Utilities/SetupForDevelopment.sh/.." which was obviously wrong.

I just changed that to "cd .." so that when we run the script it knows to change to the parent dir. However, the script must be run from the Utilities folder.

Merge request reports