cmake from home:netmax project

Selecionar o Seu Sistema Operativo

Para CentOS 5 corra o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:netmax/CentOS_5/home:netmax.repo
yum install cmake
Para SLE 11 SP1 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:netmax/SLE_11_SP1/home:netmax.repo
zypper refresh
zypper install cmake
Para SLE 10 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:netmax/SLE_10/home:netmax.repo
zypper refresh
zypper install cmake