<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 29, 2014 at 6:09 AM, Abdul Abdul <span dir="ltr"><<a href="mailto:abdul.sw84@gmail.com" target="_blank">abdul.sw84@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>I will build VTK. But, the main issue is on the steps to follow to run an ITK program. Does that make sense?<br><br></div>For instance, should I create "source" and "build" directories? </div></div></blockquote><div><br></div><div>You do not create a source folder. This folder is where your source exists. You do create a build folder. I put the build folder in a completely different tree from the source tree but you can if you want make the build folder a subfolder of the source.  <br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>When I run CMake, what should I do? ....etc<br></div></div></blockquote><div><br><br></div><div>Usually in cmake-gui its set the source folder and the build folder. Then Configure. You will be asked what generator to use (Visual Studio 12 2013 Win64 ...)  After this you Generate. <br></div><div> <br></div><div>John<br></div></div></div></div>