[Insight-users] Visual Studio 10 hanging because of size of the project
Matt McCormick
matt.mccormick at kitware.com
Wed Apr 4 13:05:27 EDT 2012
Hi,
If you had trouble building ITKv4 on Visual Studio 10 with
BUILD_EXAMPLES ON and BUILD_TESTING ON, please try this patch and let
us know your experiences:
http://review.source.kitware.com/#/c/4912/1
If you are not familiar with Git, the steps would be to first install MSysGit:
http://code.google.com/p/msysgit/downloads/list
Then, from the MSys Git Bash terminal:
git clone http://itk.org/ITK.git
cd ITK
git fetch http://review.source.kitware.com/p/ITK
refs/changes/12/4912/2 && git checkout FETCH_HEAD -b
vsHeaderTestRelease
Then configure with CMake, build, ...
Thanks,
Matt
More information about the Insight-users
mailing list