Linux--Install Cmake

1.download

https://cmake.org/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

https://cmake.org/install/

  cd cmake-3.26.0-rc4
  ./bootstrap
  make
  make install

4.other problem

Problems in installation must be solved first

posted @ 2023-02-23 10:49  Panor  阅读(17)  评论(0编辑  收藏  举报