|
Size: 626
Comment:
|
← Revision 12 as of 2021-06-01 18:11:25 ⇥
Size: 1537
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
Please see this page with updated documentation including the Windows Subsystem For Linux version 2 (WSL2) and also the previous version, WSL1. [[https://surfer.nmr.mgh.harvard.edu/fswiki/FS7_wsl|running freesurfer under WSL]] Even if you only need to run freeview, you should still try to install the entire freesurfer distribution by using an installer package. This is because freeview links against many libraries and also needs X-windows and related packages installed on the system. If you have sudo/root permission, then you are better off letting the installer try and update your system with what freesurfer needs to run (instead of trying to manually install packages from the command line with "apt-get" on Ubuntu or "yum" on CentOS/RedHat). == Previous Notes == |
|
| Line 5: | Line 13: |
| 1. Install bash as described here: https://www.windowscentral.com/how-install-bash-shell-command-line-windows-10 | 1. Install bash as described here: https://docs.microsoft.com/en-us/windows/wsl/install-win10 |
| Line 10: | Line 18: |
| 3. Install freesurfer (linux) as described in the DownloadAndInstall guide | 3. Install Xming as described here http://christopher5106.github.io/admin/2018/02/02/configure-windows-10-for-ubuntu.html to use freeview 4. Install freesurfer (linux) as described in the DownloadAndInstall guide |
Running FreeSurfer on Windows
Please see this page with updated documentation including the Windows Subsystem For Linux version 2 (WSL2) and also the previous version, WSL1.
Even if you only need to run freeview, you should still try to install the entire freesurfer distribution by using an installer package. This is because freeview links against many libraries and also needs X-windows and related packages installed on the system. If you have sudo/root permission, then you are better off letting the installer try and update your system with what freesurfer needs to run (instead of trying to manually install packages from the command line with "apt-get" on Ubuntu or "yum" on CentOS/RedHat).
Previous Notes
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:
Install bash as described here: https://docs.microsoft.com/en-us/windows/wsl/install-win10
- Install the following libraries in the bash shell:
sudo apt-get install tcsh libfreetype6 libglu1-mesa libfontconfig1 libxrender1 libsm6 libxt6
Install Xming as described here http://christopher5106.github.io/admin/2018/02/02/configure-windows-10-for-ubuntu.html to use freeview
Install freesurfer (linux) as described in the DownloadAndInstall guide
