File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ITK packages exist for many Linux distributions. For Debian and Ubuntu, they
2424can be obtained running
2525
2626``` sh
27- $ sudo apt-get install libinsighttoolkit4 -dev
27+ $ sudo apt-get install libinsighttoolkit5 -dev
2828```
2929
3030This will give you the libraries and development headers.
@@ -77,9 +77,9 @@ where `ITKLatestRelease` is the name of the local repository created.
7777Additionally, specific releases can be cloned using the tags, for example:
7878
7979``` sh
80- $ git clone -b v4.13.1 https://github.com/InsightSoftwareConsortium/ITK ITK-4.13.1
80+ $ git clone -b v5.3.0 https://github.com/InsightSoftwareConsortium/ITK ITK-5.3.0
8181```
82- where ` v4.13.1 ` corresponds to ITK 4.13.1 , and the ` ITK-4.13.1 ` is the name
82+ where ` v5.3.0 ` corresponds to ITK 5.3.0 , and the ` ITK-5.3.0 ` is the name
8383of the local repository created.
8484
8585### Update
@@ -114,7 +114,7 @@ instructions to update it.
114114Alternatively, one may checkout a specific release tag using
115115
116116``` sh
117- $ git checkout v4.13.1
117+ $ git checkout v5.3.0
118118```
119119
120120Release tags never move. Repeat the command with a different tag to get a
You can’t perform that action at this time.
0 commit comments