How to get latest cmake version from CentOS 6.5

Passionate Engineer picture Passionate Engineer · Aug 16, 2014 · Viewed 35.3k times · Source

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.

Answer

darkness picture darkness · Aug 12, 2017

rpm -Uv ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/Application:/Geo/CentOS_6/x86_64/cmake-3.0.0-143.1.x86_64.rpm Hope this helps to somebody. If you have any problems with it let me know. Have fun.