Slicer3:Build Instructions
From NAMIC Wiki
Home < Slicer3:Build Instructions
Prerequisite software:
- CMake (2.2.3 or later)
- Tcl/Tk (8.4 or later)
- VTK 5.0
- ITK 2.4 (or later)
- 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
- 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.