woonizzooni

MSYS2 설치 및 패키지 설치 본문

MISC

MSYS2 설치 및 패키지 설치

woonizzooni 2019. 7. 10. 12:56

 

 

  • 설치
    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

Comments