ITK/Getting Started/Obtain/Windows/Git: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with "ITK uses git for its version control system. If you are familiar with git, you can find relevant information here or here. If not, continue read...")
 
(Update git link)
 
Line 4: Line 4:


The "clone URL" you will need is:
The "clone URL" you will need is:
git clone git://itk.org/ITK.git
git clone https://github.com/InsightSoftwareConsortium/ITK.git


This will create an ITK directory and download the latest ITK source code into that directory. ''Step 1: Obtaining'' is now complete!
This will create an ITK directory and download the latest ITK source code into that directory. ''Step 1: Obtaining'' is now complete!

Latest revision as of 15:00, 27 December 2022

ITK uses git for its version control system. If you are familiar with git, you can find relevant information here or here. If not, continue reading!

To get the latest ITK source code, you must use git. If you do not have git installed, please install it. Once you have git installed, follow these instructions:

The "clone URL" you will need is: git clone https://github.com/InsightSoftwareConsortium/ITK.git

This will create an ITK directory and download the latest ITK source code into that directory. Step 1: Obtaining is now complete!