Wednesday, July 3, 2013

Using rpm to install cmake for CentOS 5

If you are using CentOS 5 and wish to install cmake without using yum, you basically need 2 packages which can be taken from http://www_karan_org/

 xmlrpc-c-1.06.18-1.el5.kb.x86_64.rpm
 cmake-2.6.4-5.el5.4.x86_64.rpm

Just run
# rpm -ivh xmlrpc-c-1.06.18-1.el5.kb.x86_64.rpm
# rpm -ivh cmake-2.6.4-5.el5.4.x86_64.rpm

No comments: