잡소리

MSYS2 와 Cmder

K44 2018. 4. 4. 15:07
반응형



Cmder 에 새로운 TASK 생성

[WIN]  + [ALT] + T


이름:

{bash::msys2 32bit}


Commands:

set MSYSTEM=MINGW32 & set MSYSCON=conemu.exe & "c:\dev\msys2\usr\bin\bash.exe" --login -i -new_console:C:\dev\msys2\mingw32.exe



Cmder 의 MSYS2 task 바로가기 생성

C:\Apps\cmder.mini\Cmder.exe /TASK "bash::msys2 32bit"




처음 MSYS2 update

pacman -Syuu

:: msys2-runtime and catgets are in conflict. Remove catgets? [y/N] y

:: msys2-runtime and libcatgets are in conflict. Remove libcatgets? [y/N] y

:: Proceed with installation? [Y/n] y



이후 Shell 을 강제 종료. Shell 재실행 후 MSYS2 update 를 재실행

pacman -Syuu




반응형