Installing ITK (and CMake) on personal account in BioE computer lab
Run installer. Add to path for current user if you like. Install to
a folder such as U:\bin\CMake2.4. Note that when dealing with CMake, it
is better to use the mapped network path (e.g., U:\) rather than the
Windows-style network path specification (e.g., \\ATLAS\GRADS\...). I
have had problems in the past when using the network path specification.
Unzip ITK to folder such as U:\src\InsightToolkit-3.4.0.
Start CMake. Enter the ITK path as the source path, and path such as U:\lib\InsightToolkit-3.4.0 for the binaries path.
Run first configuration cycle. This may take some time.
Once first configuration cycle is complete, set BUILD_EXAMPLES and BUILD_TESTING to OFF.
Run second configuration cycle.
Open U:\lib\InsightToolkit-3.4.0\ITK.sln with Visual Studio.
Build ALL_BUILD project. This may take some time.
In all, it took about an hour on the BioE computer I used (while I did
other things), to get all the up through a good portion of the
compilation stage.