<p dir="ltr">hello, everyone, i encounter a problem and i need your help <br>
I install cmake for installing ITK in centos6.5. <br>
so i download cmake2.8.12 from cmake website,then tar it. <br>
according to the teaching, run ./bootstrap && make && make install. <br>
then check cmake --version,the result is cmake version 2.8.8 <br>
    <br>
setenv CC /usr/bin/gcc; setenv CXX /usr/bin/g++ <br>
tar itk4.5, and buid itk-bin, then cd ../itk-bin,  ccmake ../itk4.5, it reply" ccmake :command not found". <br>
how can i solve the problem? thank you </p>
<p dir="ltr">my system is CentOS6.5, cmake version is 2.8.12, itk version is 4.5</p>