728x90
반응형
- 윈도우즈에서 유닉스 툴을 쉽게 설치하는 방법을 찾고 계십니까? 물론 다양한 방법이 있지만 그 중 scoop 을 권장합니다.
- https://scoop.sh/
- Microsoft Windows 7 SP1 이상
- Powershell 3 (또는 이후 버전)
- .NET Framework 4.5 (또는 이후 버전)
- 파워쉘에서 다음과 같은 명령어를 입력하면 끝.
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
- Note: if you get an error you might need to change the execution policy (i.e. enable Powershell) with Set-ExecutionPolicy RemoteSigned -scope CurrentUser
728x90
반응형
'Windows' 카테고리의 다른 글
MANIFESTUAC (매니페스트에 UAC 정보 포함) (0) | 2024.04.15 |
---|---|
File System Functionality Comparison (마이크로소프트 문서 win32 깃허브) (0) | 2022.05.11 |
MultiByteToWideChar 함수로 멀티바이트 문자열을 유니코드로 변환하기 (0) | 2007.12.31 |
Windows Vista에서 UAC 권한 상승을 통한 SetLocalTime 함수 호출 테스트 (0) | 2007.07.12 |
DLU Dialog Units (0) | 2007.06.13 |