Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Installation based on wiki instructions

Make sureĀ the VM has been customized, especially setting the shell to tcsh, and changing the /usr/local permissions.

  • Download and copy installation file to /usr/local
  • Unpack: open a terminal, nagivation to /usr/local, tar xzvf freesurfer....
  • Copy the .license file to the /usr/local/freesurfer directory
  • Edit the .tcshrc file to add the environment variables, including pointing SUBJECTS_DIR to LinuxShare, so your file might look like this:

setenv FSLDIR /usr/local/fsl
source ${FSLDIR}/etc/fslconf/fsl.csh
setenv PATH ${FSLDIR}/bin:$PATH

setenv FSL_DIR $FSLDIR
setenv FREESURFER_HOME /usr/local/freesurfer
source $FREESURFER_HOME/SetUpFreeSurfer.csh
setenv SUBJECTS_DIR /mnt/hgfs/LinuxShare/subjects4freesurfer

Note that "FSL_DIR" is a FreeSurfer variable, which is why it is not duplicate the the FSL "FSLDIR".

  • You can test using freeview (instructions on wiki); the tksurfer may cause problems, so make sure you test that. At some point, freeview will fully replace tksurfer.
  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.