Difference between revisions of "Projects:ARRA:SlicerEM:Developer"
From NAMIC Wiki
Line 6: | Line 6: | ||
= Item list = | = Item list = | ||
− | + | * Mile stones for project at next weeks meeting - Unassigned | |
− | + | * Review which widgets should be converted - Unassigned | |
== Sebastien == | == Sebastien == | ||
+ | * Checkout/Build Slicer4 | ||
+ | * ''Fork''/Build CTK | ||
== Julien == | == Julien == | ||
+ | * Checkout/Build Slicer4 | ||
+ | * ''Fork''/Build CTK | ||
== Jc == | == Jc == | ||
+ | * Checkout/Build Slicer4 | ||
+ | * ''Fork''/Build CTK | ||
== Danielle == | == Danielle == | ||
+ | * Checkout/Build Slicer4 | ||
+ | * ''Fork''/Build CTK | ||
= Team meeting = | = Team meeting = |
Revision as of 19:05, 12 July 2010
Home < Projects:ARRA:SlicerEM:DeveloperContents
Kitware Team
- Sebastien Barre - Workflow manager - 50%
- Julien Finet - Chart/Plot export - work in // with vtkChart folks - 10%
- Jean-Christophe Fillion-Robin (Project Lead) - Infrastructure / Python - 50%
- Danielle Pace - Workflow manager - 100%
Item list
- Mile stones for project at next weeks meeting - Unassigned
- Review which widgets should be converted - Unassigned
Sebastien
- Checkout/Build Slicer4
- Fork/Build CTK
Julien
- Checkout/Build Slicer4
- Fork/Build CTK
Jc
- Checkout/Build Slicer4
- Fork/Build CTK
Danielle
- Checkout/Build Slicer4
- Fork/Build CTK
Team meeting
- 7/8/2010 - Kickoff meeting
Milestone
Development environment
Contributing to CTK
- Each developer should fork CTK official repository (github.com/commontk/CTK). Doing so will allow to:
- backup its work before integration with CTK master.
- publish and share its work
Working on Slicer / CTK in parallel
- 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 .