This page describes how to update Freeview within a FreeSurfer installation of version 6 or greater. A backup should be made of your freeview binary (or directory) before it is replaced.
Please note the development versions of Freeview will contain the most up to date features but lacks the rigorous testing done before a major release. Therefore, it is imperative that you back up your existing version before replacing it with the development version.
Linux
- Download and untar the dev freesurfer distribution into a temporary directory (this can be done in any directory).
mkdir freesurfer.tmp && cd freesurfer.tmp curl https://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer/dev/freesurfer-linux-centos7_x86_64-dev.tar.gz -o fsdev.tar.gz tar -xzvf fsdev.tar.gz
IMPORTANT: make sure that FREESURFER_HOME is properly set to the original freesurfer install you'd like to update, and copy the new freeview binary and qt libraries over. This may require sudo access:
rm -rf ${FREESURFER_HOME}/lib/qt ${FREESURFER_HOME}/lib/vtk cp -r freesurfer/lib/qt ${FREESURFER_HOME}/lib/qt cp -r freesurfer/lib/vtk ${FREESURFER_HOME}/lib/vtk cp freesurfer/bin/freeview freesurfer/bin/qt.conf ${FREESURFER_HOME}/bin/
- Remove the temporary directory:
cd .. && rm -rf freesurfer.tmp
You should now have the new application, which can opened by typing freeview on the command line:
freeview
Mac
Go into your $FREESURFER_HOME and create a backup of your existing freeview app (this may require sudo access):
cd $FREESURFER_HOME cp Freeview.app Freeview-backup.app
Download the dev, standalone freeview tarball from here
Untar freeview within your $FREESURFER_HOME (this may require sudo):
cd $FREESURFER_HOME tar -xzvf /path/to/freesurfer-darwin-macOS-dev-freeview.tar.gz
IMPORTANT: If you are replacing freeview in a freesurfer release LESS than 7.0, then you must also remove the line "source $FREESURFER_HOME/sources.csh" from the $FREESURFER_HOME/bin/freeview script