ITK/Release 4/Modularization/Modulizer: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
You could also get a up-to-date version of a modularized ITK by running the modularization scripts as follows. | You could also get a up-to-date version of a modularized ITK by running the modularization scripts as follows. | ||
Line 18: | Line 11: | ||
The script will first download the supporting modules and cmake packaging files from the [[modularITKSupport repository]] to <HeadOfModuarITKTree>, and then copy source files from the monolithic ITK to <HeadOfModuarITKTree> according to the manifest file (Manifest.txt). After running the scripts, <HeadOfModuarITKTree> contains the modularized ITK. | The script will first download the supporting modules and cmake packaging files from the [[modularITKSupport repository]] to <HeadOfModuarITKTree>, and then copy source files from the monolithic ITK to <HeadOfModuarITKTree> according to the manifest file (Manifest.txt). After running the scripts, <HeadOfModuarITKTree> contains the modularized ITK. | ||
Revision as of 18:10, 6 February 2011
You could also get a up-to-date version of a modularized ITK by running the modularization scripts as follows.
- Run the scripts of modularization:
The scripts are located in the monolithic/current ITK repository:<ITK_SOURCE_DIR>/Modularization. The "Manifest.txt" in this directory contains the list of the source codes that are moved from monolithic ITK to modularized ITK.
Run the script customRun.sh with the input parameter of the output directory name of the modularized ITK:
cd <ITK_SOURCE_DIR>/Modularization ./customRun.sh <HeadOfModuarITKTree>
The script will first download the supporting modules and cmake packaging files from the modularITKSupport repository to <HeadOfModuarITKTree>, and then copy source files from the monolithic ITK to <HeadOfModuarITKTree> according to the manifest file (Manifest.txt). After running the scripts, <HeadOfModuarITKTree> contains the modularized ITK.