일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- dart
- spring cloud config
- Python
- VSCode
- Flutter
- ebpf
- nginx-media-server
- configmap
- aws
- Pod
- ffmpeg
- aws cli
- HLS
- Kubernetes
- namespace
- golang
- docker
- kubectl
- wireshark
- deployment
- macos
- android studio
- service
- Java
- Sysinternals
- Shell script
- 행정구역분류
- Windows10
- Android
- RTMP
Archives
- Today
- Total
woonizzooni
MSYS2 설치 및 패키지 설치 본문
- 설치파일 다운로드
MSYS2 인스톨러 다운로드
http://www.msys2.org/
http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20190524.exe
- 설치
http://www.msys2.org/
- 원하는 디렉토리 지정(난 그냥 c:\msys64로 진행함)
- 완료 화면에서 'Run MSYS2 now'체크된 상태에서 Finish.
- 업데이트
pacman -Syu
설치를 진행하시겠습니까? [Y/n] Y
경고: terminate MSYS2 without returning to shell and check for updates again
경고: for example close your terminal window instead of calling exit [터미널 닫기 (우측상단 x)]
Process are running in sessions: ... Close anyway? [OK버튼클릭]
C:\msys64\msys2_shell.cmd 실행
pacman -Su [enter]
설치를 진행하시겠습니까? [Y/n] Y
- 패키지 설치 (make, gcc, pkg-config등 컴파일 가능 환경)
pacman -S --needed base-devel gcc cmake git vim
$ pacman -S --needed base-devel gcc cmake git vim
:: 56 개의 구성원이 base-devel 모음에 있습니다:
:: msys 저장소
1) asciidoc 2) autoconf 3) autoconf2.13 4) autogen 5) automake-wrapper
6) automake1.10 7) automake1.11 8) automake1.12 9) automake1.13
10) automake1.14 11) automake1.15 12) automake1.16 13) automake1.6
14) automake1.7 15) automake1.8 16) automake1.9 17) bison 18) diffstat
19) diffutils 20) dos2unix 21) file 22) flex 23) gawk 24) gdb
25) gettext 26) gettext-devel 27) gperf 28) grep 29) groff 30) help2man
31) intltool 32) lemon 33) libtool 34) libunrar 35) libunrar-devel
36) m4 37) make 38) man-db 39) pacman 40) pactoys-git 41) patch
42) patchutils 43) perl 44) pkg-config 45) pkgfile 46) quilt 47) rcs
48) scons 49) sed 50) swig 51) texinfo 52) texinfo-tex 53) ttyrec
54) unrar 55) wget 56) xmlto
선택을 입력하십시오. (기본값=all): all or 엔터
경고: file-5.37-1는 최신 버전입니다 -- 건너뜀 <--- '--needed'옵션 없을 경우 '재설치'
...
경고: wget-1.20.3-1는 최신 버전입니다 -- 건너뜀
의존성 해결 중...
꾸러미 충돌을 찾는 중...
꾸러미 (..) binutils-2.30-2 ....
gcc-9.1.0-1 git-2.22.0-1 vim-8.1.1616-1
....
:: 설치를 진행하시겠습니까? [Y/n] Y
※ [참고]
pacman man(unal) page
https://www.archlinux.org/pacman/pacman.8.html
package group
https://wiki.archlinux.org/index.php/Package_group
https://stackoverflow.com/questions/25019057/how-are-msys-msys2-and-msysgit-related-to-each-other
'MISC' 카테고리의 다른 글
Code Golf 코드 골프, Hello World (0) | 2019.07.20 |
---|---|
[Mac] listen 포트 & pid 확인 방법, TCP/UDP 세션 확인 방법 (0) | 2019.07.20 |
[VSCode] Python 가상 실행 환경 구성 (Windows환경에서) (0) | 2019.06.14 |
foo bar 기원 (0) | 2019.06.13 |
rc 파일이란? rc란? (3) | 2019.06.13 |
Comments