Difference between revisions of "IGT:ToolKit/Install-Slicer3"

From NAMIC Wiki
Jump to: navigation, search
Line 1: Line 1:
 
Back to [[IGT:ToolKit|IGT:ToolKit]]
 
Back to [[IGT:ToolKit|IGT:ToolKit]]
  
Slicer 3 is the most important component of IGT ToolKit. To install, users can download Slicer binary or build from its source code.
+
Slicer3 is the most important component of IGT ToolKit. To install, users can download Slicer binary or build from its source code.
 
==='''Download Slicer3 binaries'''===
 
==='''Download Slicer3 binaries'''===
Slicer3 binaries are provided for different platforms on this download site: http://www.slicer.org/DownloadSlicer.php. User may download and install a Slicer binary according to his/her own operating system. The following demonstrates how Slicer is installed on a Linux box (x86, 32 bit)<br>
+
Slicer3 binaries are provided for different platforms on this download site: http://www.slicer.org/DownloadSlicer.php. User may download and install a Slicer binary according to his/her own operating system. The following demonstrates how Slicer is installed on a Linux box (x86, 32 bit):<br>
  
 
  1. Make a directory '''igt-tutorial''' somewhere on your computer
 
  1. Make a directory '''igt-tutorial''' somewhere on your computer
  2. Download Slicer 3 binary to '''igt-tutorial''': <br>
+
  2. Download a '''Nightly''' build binary to '''igt-tutorial''': <br>
 
     Slicer3-3.0.2008-05-21-linux-x86.tar.gz from http://www.slicer.org/DownloadSlicer.php/Nightly
 
     Slicer3-3.0.2008-05-21-linux-x86.tar.gz from http://www.slicer.org/DownloadSlicer.php/Nightly
  3. Unzip the binary:
+
  3. Unzip the file:
     tar xvf Slicer3-3.0.2008-05-21-linux-x86.tar.gz
+
    gunzip Slicer3-3.0.2008-05-21-linux-x86.tar.gz
 +
     tar xvf Slicer3-3.0.2008-05-21-linux-x86.tar
 
  4. Slicer3 is installed here: igt-tutorial/Slicer3-3.0.2008-05-21-linux-x86
 
  4. Slicer3 is installed here: igt-tutorial/Slicer3-3.0.2008-05-21-linux-x86
 +
5. Cd to igt-tutorial/Slicer3-3.0.2008-05-21-linux-x86
 +
6. Run '''./Slicer3''' to start Slicer3
  
==='''Build Slicer3 by yourself'''===
+
==='''Build Slicer3 from source code'''===
 
If you want to build Slicer3 on your computer, follow these instrunctions: http://www.slicer.org/slicerWiki/index.php/Slicer3:Build_Instructions
 
If you want to build Slicer3 on your computer, follow these instrunctions: http://www.slicer.org/slicerWiki/index.php/Slicer3:Build_Instructions

Revision as of 13:29, 26 May 2008

Home < IGT:ToolKit < Install-Slicer3

Back to IGT:ToolKit

Slicer3 is the most important component of IGT ToolKit. To install, users can download Slicer binary or build from its source code.

Download Slicer3 binaries

Slicer3 binaries are provided for different platforms on this download site: http://www.slicer.org/DownloadSlicer.php. User may download and install a Slicer binary according to his/her own operating system. The following demonstrates how Slicer is installed on a Linux box (x86, 32 bit):

1. Make a directory igt-tutorial somewhere on your computer
2. Download a Nightly build binary to igt-tutorial: 
Slicer3-3.0.2008-05-21-linux-x86.tar.gz from http://www.slicer.org/DownloadSlicer.php/Nightly 3. Unzip the file: gunzip Slicer3-3.0.2008-05-21-linux-x86.tar.gz tar xvf Slicer3-3.0.2008-05-21-linux-x86.tar 4. Slicer3 is installed here: igt-tutorial/Slicer3-3.0.2008-05-21-linux-x86 5. Cd to igt-tutorial/Slicer3-3.0.2008-05-21-linux-x86 6. Run ./Slicer3 to start Slicer3

Build Slicer3 from source code

If you want to build Slicer3 on your computer, follow these instrunctions: http://www.slicer.org/slicerWiki/index.php/Slicer3:Build_Instructions