Difference between revisions of "Slicer Training Basic"

From NAMIC Wiki
Jump to: navigation, search
Line 13: Line 13:
  
 
===Build instructions===
 
===Build instructions===
     On Linux, follow the following to build and run Slicer 3:
+
     On Linux, follow the following to build and run Slicer 3:<br>
 
     1. Check out source tree:
 
     1. Check out source tree:
 
       '''svn co http://www.na-mic.org/svn/Slicer3/trunk Slicer3'''
 
       '''svn co http://www.na-mic.org/svn/Slicer3/trunk Slicer3'''
     * ./Slicer3/Scripts/getbuildtest.tcl
+
     2. Compile:
     * ./Slicer3-build/Slicer3
+
      '''./Slicer3/Scripts/getbuildtest.tcl'''
 
+
     3. Run:
http://www.na-mic.org/Wiki/index.php/Slicer3:Build_Instructions
+
      '''./Slicer3-build/Slicer3'''
  
 
==Slicer tutorials==
 
==Slicer tutorials==
 
===Slicer training 101===
 
===Slicer training 101===
 
http://wiki.na-mic.org/Wiki/index.php/Slicer:Workshops:User_Training_101
 
http://wiki.na-mic.org/Wiki/index.php/Slicer:Workshops:User_Training_101

Revision as of 18:09, 4 March 2008

Home < Slicer Training Basic

Back to 3D_Ultrasound_Module_in_Slicer_3

Build Slicer 3

Prerequisite on linux

To compile slicer and do development, be sure you have a complete set of development packages installed on your machine. The exact packages vary by distribution, but include:

   * gcc
   * gcc-c++
   * libX11
   * libX11-devel (libX11-dev on Ubuntu 7.04)
   * libXt-devel (libXt-dev on Ubuntu)
   * opengl/mesa (libgl1-mesa-dev on Ubuntu) 

Build instructions

   On Linux, follow the following to build and run Slicer 3:
1. Check out source tree: svn co http://www.na-mic.org/svn/Slicer3/trunk Slicer3 2. Compile: ./Slicer3/Scripts/getbuildtest.tcl 3. Run: ./Slicer3-build/Slicer3

Slicer tutorials

Slicer training 101

http://wiki.na-mic.org/Wiki/index.php/Slicer:Workshops:User_Training_101