Difference between revisions of "Slicer Training Basic"

From NAMIC Wiki
Jump to: navigation, search
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Back to [[3D_Ultrasound_Module_in_Slicer_3|3D_Ultrasound_Module_in_Slicer_3]]
+
<big>'''Note:''' We are migrating this content to the slicer.org domain - <font color="orange">The newer page is [https://www.slicer.org/wiki/Slicer_Training_Basic  here]</font></big>
 
 
==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:<br>
 
    1. Check out source tree:
 
      '''svn co http://www.na-mic.org/svn/Slicer3/branches/IGT2 Slicer3'''
 
    2. Compile:
 
      '''./Slicer3/Scripts/getbuildtest.tcl'''
 
    3. Run:
 
      '''./Slicer3-build/Slicer3'''
 
 
 
==Slicer tutorials==
 
===Slicer 101===
 
1. [http://www.slicer.org/slicerWeb/images/f/fb/2007_Slicer_Architecture_slides.ppt Slicer 3 Architecture]<br>
 
2. [http://www.na-mic.org/Slicer/Documentation/Slicer3/html/index.html Slicer 3 Doxygen]<br>
 
 
 
===Slicer training 101===
 
http://wiki.na-mic.org/Wiki/index.php/Slicer:Workshops:User_Training_101
 

Latest revision as of 17:30, 10 July 2017

Home < Slicer Training Basic

Note: We are migrating this content to the slicer.org domain - The newer page is here