Difference between revisions of "Slicer Training Basic"
From Slicer Wiki
m (1 revision) |
|||
Line 1: | Line 1: | ||
− | Back to [ | + | Back to [http://www.na-mic.org/Wiki/index.php/3D_Ultrasound_Module_in_Slicer_3 3D_Ultrasound_Module_in_Slicer_3] |
==Build Slicer 3== | ==Build Slicer 3== |
Revision as of 17:38, 21 May 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