Install cmake 3.18.3 on CentOS 8

Facebooktwittermail

I installed cmake 3.18.3 on CentOS 8.

Cmake
https://cmake.org/

In CentOS 8, 3.11.4 is standard.

environment
・CentOS Linux release 8.2.2004 (Core)
・Kernel 4.18.0-193.19.1.el8_2.x86_64

I chose the easiest way to install it 🙂
Download Latest Release
https://cmake.org/download/

  1. cmake-3.18.3-Linux-x86_64.sh download
  2. executable cmake-3.18.3-Linux-x86_64.sh
  3. make directory in which to install
  4. This time, I’m going to set up /opt/cmake-3.18.3

  5. Run cmake-3.18.3-Linux-x86_64.sh

I’m sorry for my poor English.

Leave a Reply