cmake from isv:ownCloud:Qt5124 project
Vyberte váš operační systém
Přidat repozitář a instalovat ručně
Pro CentOS 7 spusťte jako root následující:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:Qt5124/CentOS_7/isv:ownCloud:Qt5124.repo yum install cmake
Pro CentOS 6 spusťte jako root následující:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:Qt5124/CentOS_6/isv:ownCloud:Qt5124.repo yum install cmake
Získat binární balíčky přímo
Přidat repozitář a instalovat ručně
Pro Debian 8.0 spusťte následující:
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:/Qt5124/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:Qt5124.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:Qt5124/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_Qt5124.gpg > /dev/null sudo apt update sudo apt install cmake