Slicer3:Build Instructions

From NAMIC Wiki
Revision as of 13:30, 18 December 2006 by Andy (talk | contribs) (Update from Wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Slicer3:Build Instructions

Prerequisite software:

  1. CMake (2.2.3 or later)
  2. Tcl/Tk (8.4 or later)
  3. VTK 5.0
  4. ITK 2.4 (or later)
  5. KWWidgets CVS head

Steps:

$ svn co http://www.na-mic.org:8000/svn/Slicer3/trunk Slicer3
$ cvs -d :pserver:anoncvs@www.vtk.org:/cvsroot/VTK co VTK
$ cvs -d :pserver:anoncvs@www.itk.org:/cvsroot/Insight co Insight
$ cvs -d :pserver:anoncvs@www.kwwidgets.org:/cvsroot/KWWidgets co KWWidgets

You may choose to take VTK5 instead of VTK CVS

  • Configure and build ITK
  • Configure and VTK
  • Configure and KWWidgets (You need to specify where your VTK build tree is)


Build and Run Slicer3


  1. Check out and build slicer3 (e.g. on linux)
 svn co http://www.na-mic.org:8000/svn/Slicer3/trunk Slicer3
 mkdir Slicer3-build
 cd Slicer3-build
 ccmake ../Slicer3
 make

Start slicer with the Slicer3Launcher executable in your bin directory.

Links