반응형

준비물 :

 - Cmake download : https://cmake.org/download/

  linux .sh 다운로드

 

설치

1
2
3
4
5
6
7
8
9
10
11
$> cmake-3.13.0-rc1-Linux-x86_64.sh --prefix={install_path}
    ….
   Do you accept the license? [yN]: y
   ## license 동의 ? ㅇㅇ
   By default the CMake will be installed in:
        "{install_path}/cmake-3.13.0-rc1-Linux-x86_64"
   Do you want to include the subdirectory cmake-3.13.0-rc1-Linux-x86_64?
        Saying no will install in: "{install_path}" [Yn]: y
   ## cmake-3.13.0-rc1-Linux-x86_64 폴더 생성 하위에 설치할까?
     아니면 install_path 에 바로 설치 할까? Y={install_path}/cmake-3.13.0-rc1-Linux-x86_64 에 설치
                                          N={install_path}/ 에 설치
cs

사용

1
$>{install_path}/cmake-3.13.0-rc1-Linux-x86_64/bin/cmake
cs



반응형

'IT > OS' 카테고리의 다른 글

Windows 10 잠금 화면 절전 시간 설정  (6) 2017.03.27
반응형

Windows 10 의 화면 잠금 이후 모니터 절전 모드 진입 시간 설정 하는 방법


1. Win+x(시작버튼 우클릭) -> 전원 옵션 -> 설정 변경


2.. 고급 전원 관리 옵션 설정 변경 선택


3. 디스플레이 > 콘솔 잠금 디스플레이 끄기 시간 제한 > 원하는 시간 설정



만약 3번의 콘솔 잠금 디스플레이 끄기 시간 제한 이 없으면

win+r(실행) > regedit 을 실행하고 아래 경로로 이동

HKEYLOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8EC4B3A5-6868-48c2-BE75-4F3044BE88A7

Attributes 의 값이 1로 되있을 텐데 2로 바꿔주면 위의 3번 메뉴가 나온다.

반응형

'IT > OS' 카테고리의 다른 글

CMake install  (0) 2018.11.15

+ Recent posts