Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Oct 10, 2019
1 parent 927007d commit baf931c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@ Supported mesh formats include 3DO, 3DS, AC, BYU, CTM, DAE, DXF, FreeSurfer, GII

##### Installing

You can get the latest release from [github](https://github.com/neurolabusc/surf-ice/releases) or [NITRC](https://www.nitrc.org/projects/surfice). Releases are provided for Linux, MacOS and Windows. Each release includes two versions of Surf Ice: "Surfice" requires OpenGL 3.3 or later, while "SurficeOld" runs on older computers (requiring OpenGL 2.1). A [wiki](https://www.nitrc.org/plugins/mwiki/index.php/surfice:MainPage) provides a full manual and troubleshooting advice.
Compiled releases are provided for Linux, MacOS and Windows.

You can get MRIcroGL using three methods:

- Download from [NITRC](https://www.nitrc.org/plugins/mwiki/index.php/surfice:MainPage).
- Download from [Github](https://github.com/neurolabusc/surf-ice/releases).
- Run the following command to get the latest version for Linux, Macintosh or Windows:
* `curl -fLO https://github.com/neurolabusc/surf-ice/releases/latest/download/surfice_linux.zip`
* `curl -fLO https://github.com/neurolabusc/surf-ice/releases/latest/download/surfice_macOS.dmg`
* `curl -fLO https://github.com/neurolabusc/surf-ice/releases/latest/download/surfice_windows.zip`

The Windows and Linux releases includes two versions of Surf Ice: "Surfice" requires OpenGL 3.3 or later, while "SurficeOld" runs on older computers (requiring OpenGL 2.1). A [wiki](https://www.nitrc.org/plugins/mwiki/index.php/surfice:MainPage) provides a full manual and troubleshooting advice.

##### Compiling

Expand Down

1 comment on commit baf931c

@moore-drew
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe there is a version number typo on this version's release page (https://github.com/neurolabusc/surf-ice/releases/tag/v1.0.20190902). The title and the large blue href contain "... (v1.0.20190720)" instead of the tagged version.

I appreciate your work on this software, by the way.

Please sign in to comment.