<div dir="ltr"><div><div><div><div><div>Hi Gunjan,<br></div>the order of the flags is not an important issue; it is their value which matters.<br><br></div>As for some of the ones you are posting, <br>BUILD_SHARED_LIBS: you may want to use static libraries (OFF)  instead of dynamic libraries.<br>BUILD_TESTING: turning the testing OFF will create a lighter project and may have great impact in saving compilation time, you may want to turn<br>BUILD_EXAMPLES: turning the examples ON may be useful if you are a newbie. But turning them off does not hurt.<br>ITKV3_COMPATIBILITY: depending on your purposes, you may need to turn it on.<br></div><div>ITK_USE_REVIEW: this is an interesting option if you want to use filters that are still under review process/published in the IJ [1], and not yet integrated into the Modules.<br></div><div>BUILD_DOXYGEN: it is just about generating doxygen documentation files. ITK is well documented in the Web [2], so it's not necessary.<br></div><div><br></div>Although, I'm not an expert in building ITK in a Unix OS, in theory, once you set your binary directory (there where your makefiles will be generated), you shouldn't need to set any other path.<br><br></div>You may not be seeing all flags if you don't turn the Advanced flag to ON (CMake GUI at least).<br><br></div>HTH,<br>JON HAITZ<br><br><div><div><div><div><br><br>[1] <a href="http://www.insight-journal.org/">http://www.insight-journal.org/</a><br>[2] <a href="http://www.itk.org/Doxygen/html/classes.html">http://www.itk.org/Doxygen/html/classes.html</a><br><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 10 February 2015 at 14:21, Gunjan Gautam <span dir="ltr"><<a href="mailto:gunjan.gemini29@gmail.com" target="_blank">gunjan.gemini29@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>Hi All,<br><br></div>While installing ITK-4.7.0 as per the instructions from <i><a href="http://www.itk.org/Wiki/ITK_Configuring_and_Building_for_Ubuntu_Linux" target="_blank">http://www.itk.org/Wiki/ITK_Configuring_and_Building_for_Ubuntu_Linux</a></i> I am stuck at the below command <pre>$ sudo ccmake -DITK_USE_REVIEW=ON ..</pre>Terminal must show the below option:<br><div><div><div><pre>BUILD_DOXYGEN                   *OFF
BUILD_EXAMPLES                  *ON
BUILD_SHARED_LIBS               *ON
BUILD_TESTING                   *ON
CMAKE_BACKWARDS_COMPATIBILITY   *2.4
CMAKE_BUILD_TYPE                *Release
CMAKE_INSTALL_PREFIX            */usr/local
ITK_USE_KWSTYLE                 *OFF</pre><br></div><div>But my terminal is showing the options as mentioned below and I don't know how to set the values including path and all.<br><br> BUILD_EXAMPLES                     *ON                                           <br> BUILD_SHARED_LIBS                 *OFF                                          <br> BUILD_TESTING                          *ON                                           <br> CMAKE_BUILD_TYPE                  *Release                                      <br> ITKV3_COMPATIBILITY                 *OFF                                          <br> ITK_BUILD_DEFAULT_MODULES    *ON                                           <br> ITK_WRAP_PYTHON                      *OFF                                          <br><br><br></div><div>Please help !!<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div><br clear="all"><br>-- <br><div><div dir="ltr"><div>Best Regards,<br></div>Gunjan<br></div></div>
</div></font></span></div></div></div>
<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://public.kitware.com/mailman/listinfo/insight-users" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br></div></div>