Difference between revisions of "Slicer3:Build Instructions"

From NAMIC Wiki
Jump to: navigation, search
m (Update from Wiki)
 
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(61 intermediate revisions by 8 users not shown)
Line 1: Line 1:
== Prerequisite software: ==
+
<big>'''Note:''' We are migrating this content to the slicer.org domain - <font color="orange">The newer page is [https://www.slicer.org/wiki/Slicer3:Build_Instructions  here]</font></big>
 
 
# 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)
 
 
 
<br />
 
 
 
== Build and Run Slicer3 ==
 
 
 
<br />
 
 
 
# 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 ==
 
 
 
* http://www.na-mic.org/Wiki/index.php/Slicer3
 
* http://www.na-mic.org:8000/websvn/listing.php?repname=Slicer3
 

Latest revision as of 18:07, 10 July 2017

Home < Slicer3:Build Instructions

Note: We are migrating this content to the slicer.org domain - The newer page is here