Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2019-06-03 12:27:51
Size: 660
Editor: AndrewHoopes
Comment:
Revision 3 as of 2019-06-03 12:46:21
Size: 626
Editor: AndrewHoopes
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## Please edit system and help pages ONLY in the master wiki!
## For more information, please see MoinMoin:MoinDev/Translation.
## IMPORTANT NOTE:
## When you use this page as a template for creating your project page:
## * please remove all lines starting with two hashes (##)
## * except the acl line, please keep that, but remove one hash, so it reads #acl ...
## * fix the acl line so it has the correct page instead of the sample Project/...Group
##acl Project/AdminGroup:admin,read,write,delete,revert Project/ReadWriteGroup:read,write Project/ReadGroup:read
##master-page:Unknown-Page
##master-date:Unknown-Date
#format wiki
#language en
= Running FreeSurfer on Windows =

It is possible to run !FreeSurfer on Windows 10 through the bash shell command-line tool. However, note that this has not been fully tested and is therefore not officially supported. Follow these steps to get !FreeSurfer running:

 1. Install bash as described here: https://www.windowscentral.com/how-install-bash-shell-command-line-windows-10
 2. Install the following libraries in the bash shell:
 {{{
 sudo apt-get install tcsh libfreetype6 libglu1-mesa libfontconfig1 libxrender1 libsm6 libxt6
 }}}
 3. Install freesurfer (linux) as described in the DownloadAndInstall guide

Running FreeSurfer on Windows

It is possible to run FreeSurfer on Windows 10 through the bash shell command-line tool. However, note that this has not been fully tested and is therefore not officially supported. Follow these steps to get FreeSurfer running:

  1. Install bash as described here: https://www.windowscentral.com/how-install-bash-shell-command-line-windows-10

  2. Install the following libraries in the bash shell:
     sudo apt-get install tcsh libfreetype6 libglu1-mesa libfontconfig1 libxrender1 libsm6 libxt6
  3. Install freesurfer (linux) as described in the DownloadAndInstall guide

WindowsSupport (last edited 2021-06-01 18:11:25 by buildqa)