How to install CMake by compiling from source on Debian 11

HomeOther ContentHow to install CMake by compiling from source on Debian 11
How to install CMake by compiling from source on Debian 11
How to install CMake by compiling from source on Debian 11
In this tutorial you will learn "How to install CMake by compiling from source on Debian 11"
CMake is a collection of open source, cross-platform tools used to create and distribute software.
Homepage – https://cmake.org/

lsb_release -d ; apt install build-essential checkinstall zlib1g-dev libssl-dev -y
wget https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2.tar.gz
tar -zxvf cmake-3.22.2.tar.gz
cd cmake-3.22.2
./prime
TO DO ; have it installed
cmake –version

Please take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *