ITK/Source

From KitwarePublic
< ITK
Revision as of 21:14, 22 October 2010 by Ibanez (talk | contribs) (→‎Debian)
Jump to navigationJump to search

The source distribution for ITK can be obtained in two ways:

  1. Official release tarballs
  2. 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

Available Tags

  • v4.0a01
  • v3.20.0
  • v3.18.0
  • v3.16.0
  • v3.14.0
  • v3.12.0
  • v3.10.2
  • v3.10.1
  • v3.10.0
  • v3.8.0
  • v3.6.0
  • v3.4.0
  • v3.2.0
  • v3.0.1
  • v3.0.0
  • v2.8.1
  • v2.6.0
  • v2.4.1
  • v2.4.0
  • v2.2.0
  • v2.0.1
  • v2.0.0
  • v1.8.1
  • v1.8.0
  • v1.6.0
  • v1.4.0
  • v1.2.0
  • v1.0.0
  • v0.7.0
  • v0.5.0
  • v0.2.0



ITK: [Welcome | Site Map]