a project built with c++
yum install -y gcc gcc-c++ make automake
yum install -y wget
- download latest or the version you need src pack. check here
tar -zxvf cmake-xxx.tar
./bootstrap
make
make install
a project built with c++
yum install -y gcc gcc-c++ make automake
yum install -y wget
tar -zxvf cmake-xxx.tar
./bootstrap
make
make install