본문 바로가기

C & C++

[CMake] Ubuntu 20.04 CMake 3.21.6 install

Download

https://github.com/Kitware/CMake/releases/tag/v3.21.6

compile

tar -xzf ~/Downloads/cmake-3.21.6.tar.gz
cd cmake-3.21.6
./bootstrap
make
sudo make install

version check

cmake --version