Difference between revisions of "Documentation/Nightly/ReleaseNotes"
From Slicer Wiki
(4.1 -> Nightly) |
m |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
Line 5: | Line 6: | ||
==All Platforms== | ==All Platforms== | ||
− | |||
− | |||
− | |||
− | |||
See the Slicer4 project in [http://www.na-mic.org/Bug/ the na-mic.org bug tracker] for outstanding issues. | See the Slicer4 project in [http://www.na-mic.org/Bug/ the na-mic.org bug tracker] for outstanding issues. | ||
Line 22: | Line 19: | ||
Slicer4 will not start if you have Slicer_HOME environment variable initialized to point to a directory different from your Slicer4 installation. | 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) === | === Fedora 13 (SPL systems) === |
Latest revision as of 21:47, 19 September 2014
Home < Documentation < Nightly < 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)