Software Guide for Insight Toolkit, ITK.
With version of Git (>= 1.6.5):
$ git clone --recursive git@github.com:InsightSoftwareConsortium/ITKSoftwareGuide.git
With older versions:
$ git clone git@github.com:InsightSoftwareConsortium/ITKSoftwareGuide.git $ cd ITKSoftwareGuide $ git submodule update --init
If you want to use local installations of some of the required tools, configure and build ITKSoftwareGuide as a typical CMake project.
- Stored and editable in Git version control.
- HTML output.
- CMake ExternalData for binary data storage.
Run the bash scipt SetupForDevelopment.sh:
$ ./utilities/SetupForDevelopment.sh