Linux--Install Cmake
1.download
wget https://github.com/Kitware/CMake/releases/download/v3.26.0-rc4/cmake-3.26.0-rc4.tar.gz
2.decompression
tar xvzf cmake-3.26.0-rc4.tar.gz
3.install
前提:
apt-get install make #安装make工具
apt-get install libssl-dev #安装openssl development
cd cmake-3.26.0-rc4
./bootstrap
make
make install
4.other problem
Problems in installation must be solved first