
Cygwin 다운로드 및 설치를 자동으로 수행하는 방법
2022-10-05 last update
5 minutes reading GCC Cygwin MinGW PowerShell clang세 줄로 설명
번거로운 설치, 어떻게든하고 싶네요.
그래서 스크립트를 썼습니다. 명령 프롬프트에 붙여 ENTER로 5분~15분 방치하면 설치 완료입니다.curl.exe -L https://raw.githubusercontent.com/cat2151/cygwin-auto-get-install/main/Cygwin_get_and_install.bat --output Cygwin_get_and_install.bat && Cygwin_get_and_install.bat
이 기사의 대상 독자
아래에 관심이 있는 분. 뭔가 도움이되면 다행입니다.
curl.exe -L https://raw.githubusercontent.com/cat2151/cygwin-auto-get-install/main/Cygwin_get_and_install.bat --output Cygwin_get_and_install.bat && Cygwin_get_and_install.bat
아래에 관심이 있는 분. 뭔가 도움이되면 다행입니다.
이 스크립트는 무엇을 실현합니까?
다음을 자동화합니다.
환경을 더럽히지 않기 때문에, 간편하게 취급할 수 있습니다.
명령 프롬프트에서 한 줄의 명령을 실행하면 자동으로 모든 작업이 완료됩니다. 번거로운 조작은 필요하지 않습니다.
사용하고 있는 패키지 매니저는?
setup-x86_64.exe(최소한 패키지용)
apt-cyg(대부분의 패키지용)
cpanm(perl용)
더 자세히
GitHub 참조 :
Cygwin auto get install
관련 기사
MSYS2 다운로드 및 설치를 자동으로 수행하는 방법
Windows 용 WSL2 + Docker + MinGW에서 자동으로 hello world를 크로스 컴파일하는 방법
GitHub 참조 :
Cygwin auto get install