공식 홈페이지에서 다운로드하길 희망하는 cmake 다운로드 후 압축 풀기
// 기존 cmake 삭제
sudo apt remove --purge --auto-remove cmake
// 압축 해제한 디렉토리에서 bootstrap
cd bootstrap
make
sudo make install
cmake --version
'프로그래밍 > Linux' 카테고리의 다른 글
터미널에서 폴더(GUI) 열기 (0) | 2019.04.12 |
---|---|
TensorFlow Docker 설치 (0) | 2018.12.26 |
CentOS minimal 설치 후 Network 설정 (0) | 2016.12.01 |
Virtual Box Centos7 에서 Guest Addition 설치하기 (0) | 2016.12.01 |
VirtualBox Linux SSH 사용 (0) | 2016.12.01 |