티스토리 뷰
CMake 설치
아래의 링크에 들어가서 OS에 맞는 CMake 설치한다.
Download CMake
You can either download binaries or source code archives for the latest stable or previous release or access the current development (aka nightly) distribution through Git. This software may not be exported in violation of any U.S. export laws or regulatio
cmake.org
필자는 윈도우 OS를 사용하므로 플랫폼이 Windows x64 Installer 인 설치 파일을 다운로드 했다.
다운로드한 설치 파일을 실행 시키면 초기에는 'Next' 버튼이 비활성화 상태가 된다.
여기에서 바로 'Cancel' 하지말고 10초 ~ 20초 기다리면 'Next' 버튼이 활성화 된다.
이 다음 CMake를 설치할 디렉토리 설정과 약관 동의를 하면 정상적으로 CMake 설치가 진행된다.
설치가 완료되면 해당 팝업창에 설치가 완료됐다는 문구가 출력된다.
CMake 설치 끝!
'CMake' 카테고리의 다른 글
[CMake 공부] Step 3: Adding Usage Requirements for a Library (2) | 2025.01.07 |
---|---|
[CMake 공부] Step 2: Adding a Library (2) | 2025.01.05 |
[CMake 공부] Step 1: A Basic Point (2) | 2025.01.02 |
[CMake 공부] CMake 튜토리얼 공부 (4) | 2025.01.02 |