cho2cee
TIL
cho2cee
전체 방문자
오늘
어제
  • 전체 게시글 (78)
    • Cloud (31)
      • AWS (12)
      • Kubernetes (16)
      • IaC (3)
    • Security (15)
      • ELK (5)
      • Reversing (10)
    • Network (8)
    • Linux (4)
    • Etc. (20)
      • 기타 (4)
      • 업무 (16)

태그

  • VPC
  • 합격후기
  • AWS
  • CLOUD
  • SAA

최근 댓글

블로그 메뉴

  • 홈
  • 태그
  • 방명록
hELLO
cho2cee

TIL

[CentOS] cmake 최신버전 설치 및 업데이트
Linux

[CentOS] cmake 최신버전 설치 및 업데이트

2021. 3. 31. 14:58

1. 홈페이지에서 최신버전 확인 

https://cmake.org/download/

 

Download | CMake

Current development distribution Each night binaries are created as part of the testing process. Other than passing all of the tests in CMake, this version of CMake should not be expected to work in a production environment. It is being produced so that us

cmake.org

✓ 글 작성 시 최신 버전인 3.20.0으로 설치

# wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0.tar.gz

 

2. 압축 해제 및 설치

# tar -xvzf cmake-3.20.0
# cd cmake-3.20.0
# ./bootstrap 
# make 
# make install 

 

3. 버전 확인

# cmake --version 
저작자표시 (새창열림)

'Linux' 카테고리의 다른 글

[CentOS] ELK Stack install  (0) 2021.03.31
[CentOS] yum 오류 Another app is currently holding the yum lock; waiting for it to exit.  (0) 2021.01.31
[CentOS] CentOS7 Putty 접속  (0) 2021.01.30
    'Linux' 카테고리의 다른 글
    • [CentOS] ELK Stack install
    • [CentOS] yum 오류 Another app is currently holding the yum lock; waiting for it to exit.
    • [CentOS] CentOS7 Putty 접속
    cho2cee
    cho2cee
    Today I Learned

    티스토리툴바