Documentation/4.5/ReleaseNotes
From Slicer Wiki
Home < Documentation < 4.5 < ReleaseNotes
For the latest Slicer documentation, visit the read-the-docs. |
All Platforms
See the Slicer4 project in 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:
> 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
(these exact commands should work for the SPL systems)