Difference between revisions of "Slicer Training Basic"
From NAMIC Wiki
Line 15: | Line 15: | ||
On Linux, follow the instructions below to build and run Slicer 3:<br> | On Linux, follow the instructions below 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/branches/ | + | '''svn co http://www.na-mic.org/svn/Slicer3/branches/IGT Slicer3''' |
2. Compile: | 2. Compile: | ||
'''./Slicer3/Scripts/getbuildtest.tcl''' | '''./Slicer3/Scripts/getbuildtest.tcl''' |
Revision as of 20:00, 26 March 2008
Home < Slicer Training BasicBack to 3D_Ultrasound_Module_in_Slicer_3
Contents
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 instructions below to build and run Slicer 3:
1. Check out source tree: svn co http://www.na-mic.org/svn/Slicer3/branches/IGT Slicer3 2. Compile: ./Slicer3/Scripts/getbuildtest.tcl 3. Run: ./Slicer3-build/Slicer3
Slicer tutorials
Slicer 101
1. Slicer 3 Architecture
2. Slicer 3 Doxygen
Slicer training 101
1. Data loading
2. Data visualization
3. Data saving
http://na-mic.org/Wiki/index.php/IGT-Tutorials
http://wiki.na-mic.org/Wiki/index.php/Slicer:Workshops:User_Training_101