cmake from isv:ownCloud:testpilot project

Pilih Sistem Operasi Anda

Untuk CentOS 7 jalankan berikut ini sebagai root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/isv:ownCloud:testpilot/CentOS_7/isv:ownCloud:testpilot.repo
yum install cmake
Untuk CentOS 6 jalankan berikut ini sebagai root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/isv:ownCloud:testpilot/CentOS_6/isv:ownCloud:testpilot.repo
yum install cmake
Untuk Debian 8.0 jalankan berikut ini:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/testpilot/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:testpilot.list
curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:testpilot/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_testpilot.gpg > /dev/null
sudo apt update
sudo apt install cmake

Paket untuk Debian 8.0: