[Insight-developers] is the git version of itk version 4

Matt McCormick matt.mccormick at kitware.com
Wed Jul 20 15:02:42 EDT 2011


Hi Leila,

On Wed, Jul 20, 2011 at 1:46 PM, Leila Baghdadi
<baghdadi at phenogenomics.ca>wrote:

> Hi everyone,
>
> as I am new to git, I am unclear as to the version of itk on the current
> git when you clone it or how do you figure out the version of itk on git.
>

There has not been a release of ITKv4 yet.  However, in Git, versions are
identified by the SHA hash.  You can see the SHA hash with

git log

or

git show-ref HEAD

You can see the different tags available with

git tag

and checkout a specific tag with

git checkout <tag>

e.g.

git checkout v3.20.0


> also, once you built itk with testing enabled , how do run the tests which
> require parameters, ctest?
>

Yes.

Thanks,
Matt



> thanks
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20110720/41223b86/attachment.htm>


More information about the Insight-developers mailing list