반응형
http://www.cmake.org/cmake/resources/software.html
# wget http://www.cmake.org/files/v2.8/cmake-2.8.11.2.tar.gz
# tar zxvfp cmake-2.8.11.2.tar.gz
# cd cmake-2.8.11.2
If there is no existing CMake installation, a bootstrap script is provided:
# ./bootstrap
# make && make install
An existing CMake installation can be used to build a new version:
# cmake .
# make && make install
반응형
'Linux > CentOS' 카테고리의 다른 글
[CentOS] NVIDIA GeForce GTX 560 드라이버 설치 (0) | 2013.08.13 |
---|---|
[CentOS] CentOS에서 자주 사용하는 단축키 정리 (0) | 2013.08.12 |
[CentOS] HP Color LaserJet CP6015dn 드라이버 설치 (0) | 2013.08.09 |
[CentOS] 파일 브라우저(FileBrowser) (0) | 2013.08.09 |
[CentOS] CentOS 6에 NTFS 파일시스템 마운트 (0) | 2013.08.07 |
최근댓글