MSYS2 package installation (출처)
설치 Installation
pacman -Ss <name or part of the name of the package>
패키지 찾기 Finding a package
pacman -Ss <name or part of the name of the package>
예)
pacman -Ss openjp
아래처럼 출력됨
mingw32/mingw-w64-i686-openjpeg 1.5.2-7
An open source JPEG 2000 codec (mingw-w64)
mingw32/mingw-w64-i686-openjpeg2 2.4.0-2
An open source JPEG 2000 codec (mingw-w64)
...
제거Uninstallation
pacman -R <name of the package>
Eigen 라이브러리 MinGW64에 설치 (링크)
pacman -S mingw-w64-x86_64-eigen3
댓글 영역