- MSYS2のインストール https://www.msys2.org/
C:\msys64\mingw64.exe
のプロパティで、「管理者として実行」にチェックを入れるC:\msys64\mingw64.ini
を以下のように変更(シンボリックリンクの作成、WindowsのPath継承)#MSYS=winsymlinks:nativestrict #MSYS=error_start:mingw64/bin/qtcreator.exe|-debug|<process-id> #CHERE_INVOKING=1 #MSYS2_PATH_TYPE=inherit MSYSTEM=MINGW64
MSYS=winsymlinks:nativestrict #MSYS=error_start:mingw64/bin/qtcreator.exe|-debug|<process-id> #CHERE_INVOKING=1 MSYS2_PATH_TYPE=inherit MSYSTEM=MINGW64
C:\msys64\etc\nsswitch.conf
を以下のように変更(ホームディレクトリの変更)db_home: cygwin desc
db_home: windows cygwin desc
pacman -Syu
pacman -Su
pacman -S \
base-devel \
git \
mingw-w64-x86_64-ag \
mingw-w64-x86_64-delta \
mingw-w64-x86_64-emacs \
mingw-w64-x86_64-gnupg \
mingw-w64-x86_64-jq \
mingw-w64-x86_64-toolchain \
rsync \
unzip \
vim
pacman -Q -e | grep -v -f <(pacman -Q --group base-devel mingw-w64-x86_64-toolchain | cut -d' ' -f2)