Difference between revisions of "Slicer Training Basic"
From NAMIC Wiki
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: |
− | + | 1. Check out source tree: | |
+ | '''svn co http://www.na-mic.org/svn/Slicer3/trunk Slicer3''' | ||
* ./Slicer3/Scripts/getbuildtest.tcl | * ./Slicer3/Scripts/getbuildtest.tcl | ||
* ./Slicer3-build/Slicer3 | * ./Slicer3-build/Slicer3 |
Revision as of 18:07, 4 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 following to build and run Slicer 3: 1. Check out source tree: svn co http://www.na-mic.org/svn/Slicer3/trunk Slicer3 * ./Slicer3/Scripts/getbuildtest.tcl * ./Slicer3-build/Slicer3
http://www.na-mic.org/Wiki/index.php/Slicer3:Build_Instructions
Slicer tutorials
Slicer training 101
http://wiki.na-mic.org/Wiki/index.php/Slicer:Workshops:User_Training_101