Linux

cmake update 방법

KAU 2021. 2. 3. 02:19
sudo yum remove cmake

https://cmake.org/files/v3.11/cmake-3.11.0.tar.gz

tar -zxvf cmake-3.11.0.tar.gz cd cmake-3.11.0

tar -zxvf cmake-3.11.0.tar.gz cd cmake-3.11.0
./bootstrapmake 
sudo make install 
cmake --version