Difference between revisions of "Projects:ARRA:SlicerEM:Developer"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '= Team meeting = * 7/8/2010 - Kickoff meeting = Development environment = * Step1: Build slicer following [http://www.slicer.org/sl…')
 
Line 6: Line 6:
  
 
* Step1: Build slicer following [http://www.slicer.org/slicerWiki/index.php/Slicer4:Build_Instructions these instruction]. Enable both Slicer3_USE_KWWIDGETS and Slicer3_USE_QT.
 
* Step1: Build slicer following [http://www.slicer.org/slicerWiki/index.php/Slicer4:Build_Instructions these instruction]. Enable both Slicer3_USE_KWWIDGETS and Slicer3_USE_QT.
* Step2: Build CTK - We will teach CTK to use the VTK build by Slicer
+
* Step2: Create a github user and fork CTK (http://github.com/commontk/CTK).
 +
* Step3: Build CTK - We will teach CTK to use the VTK build by Slicer
 
<pre>
 
<pre>
 
cd MyProjects
 
cd MyProjects
git clone http://github.com/commontk/CTK
+
git clone http://github.com/me/CTK
 
mkdir CTK-Superbuild
 
mkdir CTK-Superbuild
 
cd CTK-Superbuild
 
cd CTK-Superbuild
Line 16: Line 17:
 
</pre>
 
</pre>
  
* Step3: Re-configure slicer4 passing CTK_DIR
+
* Step4: Re-configure slicer4 passing CTK_DIR
 
<pre>
 
<pre>
 
cd MyProjects/Slicer3-Superbuild
 
cd MyProjects/Slicer3-Superbuild

Revision as of 18:13, 12 July 2010

Home < Projects:ARRA:SlicerEM:Developer

Team meeting

Development environment

  • Step1: Build slicer following these instruction. Enable both Slicer3_USE_KWWIDGETS and Slicer3_USE_QT.
  • Step2: Create a github user and fork CTK (http://github.com/commontk/CTK).
  • Step3: Build CTK - We will teach CTK to use the VTK build by Slicer
cd MyProjects
git clone http://github.com/me/CTK
mkdir CTK-Superbuild
cd CTK-Superbuild
ccmake -DVTK_DIR:PATH=/home/me/MyProjects/Slicer3-SuperBuild/VTK-build ../CTK
make
  • Step4: Re-configure slicer4 passing CTK_DIR
cd MyProjects/Slicer3-Superbuild
ccmake -DCTK_DIR:PATH=/home/me/MyProjects/CTK-Superbuild

Milestone

Item list