ITK/Source: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
Daviddoria (talk | contribs) m (moved ITK Source to ITK/Source: Naming convention.) |
|||
Line 43: | Line 43: | ||
git -b v3.20.0 git://itk.org/ITK.git ITK-3.20 | git -b v3.20.0 git://itk.org/ITK.git ITK-3.20 | ||
{{ITK/Template/Footer}} | {{ITK/Template/Footer}} |
Revision as of 22:23, 10 February 2012
The source distribution for ITK can be obtained in two ways:
- Official release tarballs
- Snapshot from CVS
1. Official Releases
Download page
Linux Package Distributions
Mandrake
RPM
Debian
sudo apt-get install libinsighttoolkit3-dev
Ubuntu
sudo apt-get install libinsighttoolkit3-dev
2. Git
Development
git clone git://itk.org/ITK.git
Latest Stable Release
git -b release git://itk.org/ITK.git ITKLatestRelease
Previous Releases
You can get specific releases by using the tags below, for example:
git -b v3.20.0 git://itk.org/ITK.git ITK-3.20