Difference between revisions of "Documentation/4.8/ReleaseNotes"

From Slicer Wiki
Jump to: navigation, search
(Nightly -> 4.8)
 
 
Line 1: Line 1:
 
<noinclude>{{documentation/versioncheck}}</noinclude>
 
<noinclude>{{documentation/versioncheck}}</noinclude>
  
 +
Summary, Highlights and Changelog for each release of the {{documentation/version}} series are available in the discussion forum:
  
__TOC__
+
* [https://discourse.slicer.org/t/slicer-4-8-summary-highlights-and-changelog/1292 Slicer 4.8: Summary, Highlights and Changelog]
 
 
 
 
==All Platforms==
 
 
 
See the Slicer4 project in [http://www.na-mic.org/Bug/ the na-mic.org bug tracker] for outstanding issues.
 
 
 
==Windows==
 
 
 
==Mac OSX==
 
 
 
A three-button mouse (with scroll wheel) will make slicer much easier to work with.
 
 
 
==Linux==
 
 
 
Slicer4 will not start if you have Slicer_HOME environment variable initialized to point to a directory different from your Slicer4 installation.
 
 
 
 
 
=== Fedora 13 (SPL systems) ===
 
 
 
Creating symlinks on /usr requires root privileges. In the cases when this is not achievable, symlinks can be created in any directory, and LD_LIBRARY_PATH environment variable should be initialized accordingly. Here are the specific steps how this can be done:
 
 
 
<pre>
 
> cd ~
 
> mkdir local
 
> cd local
 
> ln -s /usr/lib64/libcrypto.so libcrypto.so.0.9.8
 
> ln -s /usr/lib64/libssl.so.1.0.0d libssl.so.0.9.8
 
> setenv LD_LIBRARY_PATH ${HOME}/local
 
</pre>
 
 
 
(these exact commands should work for the SPL systems)
 

Latest revision as of 14:32, 3 June 2019

Home < Documentation < 4.8 < ReleaseNotes


For the latest Slicer documentation, visit the read-the-docs.


Summary, Highlights and Changelog for each release of the 4.8 series are available in the discussion forum: