cmake from home:netmax project

Wählen Sie ihr Betriebssystem

Führen Sie für CentOS 5 das Folgende als root aus:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:netmax/CentOS_5/home:netmax.repo
yum install cmake
Führen Sie für SLE 11 SP1 das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:netmax/SLE_11_SP1/home:netmax.repo
zypper refresh
zypper install cmake
Führen Sie für SLE 10 das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:netmax/SLE_10/home:netmax.repo
zypper refresh
zypper install cmake