ITK/Source

From KitwarePublic
< ITK
Revision as of 14:52, 3 May 2012 by Millerjv (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

  1. Official release tarballs
  2. Git SCM checkout.

If you are a developer of ITK - furthering the development of ITK modules and architectures - please refer to instructions for configuring as a developer.


1. Official Releases

Download page

Note that the software must be compiled from source using CMake and your favorite C++ compiler. The toolkit can be installed, but it is not necessary -- it can be used directly from its build directory.

Linux Package Distributions

Debian

 sudo apt-get install libinsighttoolkit3-dev

Ubuntu

 sudo apt-get install libinsighttoolkit3-dev

This will give you the libraries and development headers. Packaging for ITKv4 is underway.

2. Git

Development

  git clone git://itk.org/ITK.git

Latest Stable Release

  git clone -b release git://itk.org/ITK.git ITKLatestRelease

Previous Releases

You can get specific releases by using the tags, for example:

  git  clone -b v4.0.0   git://itk.org/ITK.git   ITK-4.0.0




ITK: [Welcome | Site Map]