Ubuntu
cmake
$ sudo apt update && sudo apt upgrade -y
$ sudo apt install cmake -y
$ cmake --version
$ sudo apt-get install build-essential libssl-dev
sudo apt install build-essential -y
sudo apt install checkinstall -y
sudo apt install zlib1g-dev -y
sudo apt install libssl-dev -y
$ wget https://github.com/Kitware/CMake/releases/download/v3.24.2/cmake-3.24.2.tar.gz
$ tar -xzvf cmake-3.24.2.tar.gz
$ cd cmake-3.24.2/
$ ./bootstrap
$ make
$ sudo make install
Learn More →
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up