ITK/Release 4/Modularization/Status: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
Steps of running modular ITK (internal Kitware only):
Steps of running modular ITK (internal Kitware only):
1. Download the supporting modularITK repo: git@kwsource.kiwarein.com:modularITK.git.
 
1. Download the supporting modularITK repo: git@kwsource.kiwarein.com:itk/modularITK.git.
This repo contains cmake packging files of each module as they pass the build. Also, utility modules (including their source codes) such as image IO modules (itk-jpeg, itk-meta...)
This repo contains cmake packging files of each module as they pass the build. Also, utility modules (including their source codes) such as image IO modules (itk-jpeg, itk-meta...)
are put into the repo as they compile.
are put into the repo as they compile.
3. Run the scripts of modularization. The scripts are located in the monolithic/current ITK repository under dir "Modularization"
3. Run the scripts of modularization. The scripts are located in the monolithic/current ITK repository under dir "Modularization"


Line 16: Line 18:
|-
|-
| itk-vnl ||  X || --
| itk-vnl ||  X || --
|-
| itk-vnl-install ||  X || --
|-
|-
| itk-common ||  X ||  
| itk-common ||  X ||  

Revision as of 14:33, 17 December 2010

Steps of running modular ITK (internal Kitware only):

1. Download the supporting modularITK repo: git@kwsource.kiwarein.com:itk/modularITK.git. This repo contains cmake packging files of each module as they pass the build. Also, utility modules (including their source codes) such as image IO modules (itk-jpeg, itk-meta...) are put into the repo as they compile.

3. Run the scripts of modularization. The scripts are located in the monolithic/current ITK repository under dir "Modularization"


Module Built src Built test
itk-base X --
itk-sys X --
itk-vnl X --
itk-vnl-install X --
itk-common X
itk-zlib X --
itk-jpeg X --
itk-io-jpeg X -
itk-meta X --
itk-io-meta X --
itk-nifti X --
itk-io-nifti --
itk-nrrd X --
itk-io-nrrd X --
itk-png X --
itk-tiff X --
itk-io-tiff X
itk-io-common