How to install CMake

Опубликовано: 25 Июнь 2026
на канале: Win Myst
607
9

Please watch: "7 Reasons why to buy Samsung then Apple | You will hate Apple after this |"
   • Samsung make fun of Apple | You will hate ...   -~-
How to install CMake in linux
step by step

1- Open terminal type command 'wget http://www.cmake.org/files/v2.8/cmake...
2- Type command 'tar xzf cmake-2.8.3.tar.gz'
3- Type command 'cd cmake-2.8.3'
4- Type command './configure --help'
5- Type command './configure --prefix=/opt/cmake'
6- Type command 'make'
7- Type command 'make install'