Kaushik
February 25, 2019, 11:50pm
8
I followed this exact procedure and it resolved the mrview display issue. Although I did not reinstall mrtrix3. I simply ran the ./configure and ./build again and it worked.
@chunhungyeh This worked!! Thank you so much!
For future replication/to summarize, I downloaded the QT installer , uninstalled the current qt version with
brew uninstall --ignore-dependencies qt
if it was installed by homebrew, or by running the “maintenance tool” in the qt install directory if it was manually installed. I then used the downloaded QT installer to set up specifically QT version 5.12.1 to the /Users/username directory, and then ran
export PATH=/Users/username/Qt/5.12.1/clang…