Difference between revisions of "Documentation/4.10/SlicerApplication/Installation"

From Slicer Wiki
Jump to: navigation, search
(→‎Linux: add install notes for debian)
 
Line 28: Line 28:
  
 
==== Platform Notes ====
 
==== Platform Notes ====
The following may be needed on fresh debian
+
The following may be needed on fresh debian or ubuntu
  sudo apt-get install libpulse-dev libnss3
+
  sudo apt-get install libpulse-dev libnss3 libglu1-mesa

Latest revision as of 13:25, 24 July 2019

Home < Documentation < 4.10 < SlicerApplication < Installation


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



Overview

Slicer is generally simple to install on all platforms. It is possible to install multiple versions of the application on the same user account and they will not interfere with each other.

If you run into mysterious problems with your installation you can try deleting the Settings Files

Installation / Uninstallation

Windows

  • Run the installer
  • Run Slicer from the start menu
  • Use the uninstaller to remove the application

Mac

  • Drag the Slicer application to your Applications folder or other location of your choice.
  • You cannot install extensions into the read-only volume so you must copy before installing extensions.
  • Delete the Slicer.app folder to uninstall

Linux

  • Open the tar.gz archive and copy directory to the location of your choice. Run the Slicer executable.
  • Remove the directory to uninstall

Platform Notes

The following may be needed on fresh debian or ubuntu

sudo apt-get install libpulse-dev libnss3 libglu1-mesa