cmake from home:t-paul:cmake project
Selecione seu sistema operacional
Adicionar repositório e instalar manualmente
Para Debian 11 execute o seguinte:
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/home:/t-paul:/cmake/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:t-paul:cmake.list curl -fsSL https://download.opensuse.org/repositories/home:t-paul:cmake/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_t-paul_cmake.gpg > /dev/null sudo apt update sudo apt install cmake
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para Raspbian 11 execute o seguinte:
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/home:/t-paul:/cmake/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:t-paul:cmake.list curl -fsSL https://download.opensuse.org/repositories/home:t-paul:cmake/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_t-paul_cmake.gpg > /dev/null sudo apt update sudo apt install cmake