ITK/Source: Difference between revisions

From KitwarePublic
< ITK
Jump to navigationJump to search
Line 21: Line 21:
   sudo apt-get install libinsighttoolkit3-dev
   sudo apt-get install libinsighttoolkit3-dev


== 2. CVS Snapshots ==
== 2. Git ==


Since many bug fixes and improvements are invariably applied to the source since an official release, it is often worthwhile getting a source snapshot from CVS.  However, before doing so you should always consult the
=== Development ===
NightlyDashboard to see the latest [http://www.itk.org/Testing/Dashboard/MostRecentResults-Nightly/Dashboard.html nightly build status] for all platforms.  Find a build matching your platform, and ensure that it is all green.  If not, some unit tests may have failed and you may need to go back a day or so to find a build that has passed green.


The very first time you access the ITK CVS repository, you must log in:
  git clone git://itk.org/ITK.git


cvs -d :pserver:anoncvs@www.itk.org:/cvsroot/Insight login
=== Latest Stable Release ===


When prompted for a password, simply press Enter (it is empty).
  git -b release git://itk.org/ITK.git ITKLatestRelease


To check out ITK itself:
=== Previous Releases ===


cvs -d :pserver:anoncvs@www.itk.org:/cvsroot/Insight co Insight
You can get specific releases by using the tags below,
for example:


To check out the Insight documentation (warning: this is '''huge'''):
  git  -b v3.20.0  git://itk.org/ITK.git  ITK-3.20


cvs -d :pserver:anoncvs@www.itk.org:/cvsroot/Insight co InsightDocuments
==== Available Tags ====


Numerous sample applcations, some simple and some quite sophisticated, are available from InsightApplications:
* v4.0a01
 
* v3.20.0
cvs -d :pserver:anoncvs@www.itk.org:/cvsroot/Insight co InsightApplications
* v3.18.0
 
* v3.16.0
Here are the known release tags (use with cvs -r):
* v3.14.0
 
* v3.12.0
* `ITK-2-0-1` for release 2.0 branch, patch 1.
* v3.10.2
* `ITK-2-0` for release 2.0 branch.
* v3.10.1
* `ITK-1-8-1` for release 1.8 branch patch 1.
* v3.10.0
* `ITK-1-8` for release 1.8 branch.
* v3.8.0
* `ITK-1-6` for release 1.6 branch.
* v3.6.0
* `ITK-1-4` for release 1.4 branch.
* v3.4.0
* `Release-1-2` for release 1.2 branch.
* v3.2.0
* `Release-1-0` for release 1.0 branch.
* v3.0.1
* `Release-0_7` for beta release 0.7 branch
* 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/Template/Footer}}
{{ITK/Template/Footer}}

Revision as of 21:14, 22 October 2010

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

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]