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

From NAMIC Wiki
Jump to: navigation, search
Line 1: Line 1:
 
= Kitware Team =
 
= Kitware Team =
* Sebastien Barre ~50%
+
* Sebastien Barre - 50%
* Julien Finet ~10%
+
* Julien Finet - 10%
* Jean-Christophe Fillion-Robin (Project Lead) ~50%
+
* Jean-Christophe Fillion-Robin (Project Lead) - 50%
* Danielle Pace ~100%
+
* Danielle Pace - 100%
  
 
= Team meeting =
 
= Team meeting =

Revision as of 18:50, 12 July 2010

Home < Projects:ARRA:SlicerEM:Developer

Kitware Team

  • Sebastien Barre - 50%
  • Julien Finet - 10%
  • Jean-Christophe Fillion-Robin (Project Lead) - 50%
  • Danielle Pace - 100%

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 - See [1] - 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