Ubuntu(Linux) cmake 최신 버전 설치하기

1. cmake 다운로드 홈페이지로 이동합니다. 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 2. 최신버전 다운로드 파일의 링크를 복사합니다. 3. wget을 통해 로컬 공간으로 다운로드합니다. wg..