Difference between revisions of "Documentation/Nightly/Slicer/Install"
From Slicer Wiki
(Created page with '<ol start="1" style="list-style-type: decimal;"> <li>Go to http://download.slicer.org</li> <li>Click on the link corresponding to your operating system</li> <li> {|width = "1…') |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
<ol start="1" style="list-style-type: decimal;"> | <ol start="1" style="list-style-type: decimal;"> | ||
<li>Go to http://download.slicer.org</li> | <li>Go to http://download.slicer.org</li> | ||
<li>Click on the link corresponding to your operating system</li> | <li>Click on the link corresponding to your operating system</li> | ||
<li> | <li> | ||
+ | |||
+ | '''Replace the version numbers in the commands below as appropriate''' | ||
{|width = "100%" | {|width = "100%" | ||
! width="33%" style="border-bottom: 1px solid darkgrey;font-size: 75%;"| Linux | ! width="33%" style="border-bottom: 1px solid darkgrey;font-size: 75%;"| Linux | ||
− | |||
! width="33%" style="border-bottom: 1px solid darkgrey;font-size: 75%;"| Windows | ! width="33%" style="border-bottom: 1px solid darkgrey;font-size: 75%;"| Windows | ||
+ | ! width="33%" style="border-bottom: 1px solid darkgrey;font-size: 75%;"| Mac OSX | ||
|- | |- | ||
| valign="top" | | | valign="top" | | ||
Line 13: | Line 16: | ||
{{pre2|<nowiki> | {{pre2|<nowiki> | ||
− | $ tar xzvf ~/Downloads/Slicer-4. | + | ''(replace version number as appropriate)'' |
+ | $ tar xzvf ~/Downloads/Slicer-4.6.2-linux-amd64.tar.gz -C ~/ | ||
− | $ cd ~/Slicer-4. | + | $ cd ~/Slicer-4.6.2-linux-amd64 |
$ ./Slicer | $ ./Slicer | ||
Line 25: | Line 29: | ||
<ol start="1" style="list-style-type: decimal;"> | <ol start="1" style="list-style-type: decimal;"> | ||
− | <li>Double click on the downloaded <code>Slicer-4. | + | <li>Double click on the downloaded <code>Slicer-4.6.2-win-amd64.exe</code> package.</li> |
<li>Follow instructions displayed on the screen.</li> | <li>Follow instructions displayed on the screen.</li> | ||
</ol> | </ol> | ||
Line 34: | Line 38: | ||
<ol start="1" style="list-style-type: decimal;"> | <ol start="1" style="list-style-type: decimal;"> | ||
− | <li>Double click on the downloaded <code>Slicer-4. | + | <li>Double click on the downloaded <code>Slicer-4.6.2-macosx-amd64.dmg</code> package</li> |
<li>Drag & drop the <code>Slicer.app</code> onto your Desktop or in your Applications. [http://apple.stackexchange.com/questions/64845/how-do-i-install-applications-from-a-dmg-file/64848#64848 Need help?]</li> | <li>Drag & drop the <code>Slicer.app</code> onto your Desktop or in your Applications. [http://apple.stackexchange.com/questions/64845/how-do-i-install-applications-from-a-dmg-file/64848#64848 Need help?]</li> | ||
</ol> | </ol> | ||
Line 41: | Line 45: | ||
</ol> | </ol> | ||
+ | |||
+ | Note on some linux distributions additional packages may be required, e.g. for Slicer 4.9 on Debian Linux 9 if you get errors about missing libraries you may need to run this command: | ||
+ | <pre> | ||
+ | sudo apt-get install libpulse-dev libnss3 libasound2 | ||
+ | </pre> |
Latest revision as of 18:41, 10 March 2019
Home < Documentation < Nightly < Slicer < Install
For the latest Slicer documentation, visit the read-the-docs. |
- Go to http://download.slicer.org
- Click on the link corresponding to your operating system
-
Replace the version numbers in the commands below as appropriate
Linux Windows Mac OSX Start a terminal and type these commands:
''(replace version number as appropriate)'' $ tar xzvf ~/Downloads/Slicer-4.6.2-linux-amd64.tar.gz -C ~/ $ cd ~/Slicer-4.6.2-linux-amd64 $ ./Slicer
- Double click on the downloaded
Slicer-4.6.2-win-amd64.exe
package. - Follow instructions displayed on the screen.
- Double click on the downloaded
Slicer-4.6.2-macosx-amd64.dmg
package - Drag & drop the
Slicer.app
onto your Desktop or in your Applications. Need help?
- Double click on the downloaded
Note on some linux distributions additional packages may be required, e.g. for Slicer 4.9 on Debian Linux 9 if you get errors about missing libraries you may need to run this command:
sudo apt-get install libpulse-dev libnss3 libasound2