cmake from home:t-paul:cmake project
운영체제를 선택해 주세요
저장소를 추가하고 직접 설치
For Debian 11 run the following:
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
Grab binary packages directly
저장소를 추가하고 직접 설치
For Raspbian 11 run the following:
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