Is there a good way to install latest cmake version from CentOS 6.5?
I'm doing yum install cmake
but it's giving me 2.6.4 from base repo which I don't want.
I tried installing cmake28
but the problem is that when I try to do ./configure
it throws an error saying cmake is not available.