<div dir="ltr">Hi,<div><br></div><div>What platform (Linux, Mac, Windows) is this?</div><div><br></div><div>CMake will generate the build files for ITK library and for the ITK Hello World application, but it will not run the build.  To do that, on a Unix-like system, run</div>
<div><br></div><div>  make</div><div><br></div><div>Hope this helps,</div><div>Matt</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 19, 2014 at 1:37 PM, lianliliu <span dir="ltr"><<a href="mailto:llliu@umich.edu" target="_blank">llliu@umich.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am new to ITK and I am trying to configure my projects using cmake on a<br>
terminal. Thus I do not have the interface as shown in the guide. I think I<br>
have configured ITK successfully and there is ITKConfig.cmake in my<br>
directory. But when I try to run the helloworld, after cmake . there is not<br>
.dsw or .sh files generated, instead I get a message saying building files<br>
have been writen to ... and some .cmake and .h files. Does this mean I did<br>
not configure successfully? How can I run the helloworld program?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-users.7.n7.nabble.com/starting-ITK-with-cmake-no-gui-tp33592.html" target="_blank">http://itk-users.7.n7.nabble.com/starting-ITK-with-cmake-no-gui-tp33592.html</a><br>
Sent from the ITK - Users mailing list archive at Nabble.com.<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org">Community@itk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>
</blockquote></div><br></div>