ITK/Source

From KitwarePublic
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




ITK: [Welcome | Site Map]