*-latest.exe
файл установки из любой папки*-latest.sfx.exe
файл в папке установкиmsys64
(msys32
) и запустить файл msys2_shell.cmd
msys64
(msys32
) и запустить файл msys2_shell.cmd
sed -i '/fastmirror.pp.ua/d' /etc/pacman.d/mirrorlist.*
pacman -Syyu --noconfirm
, нажать Enter, дождаться завершенияpacman -Syu --noconfirm
, нажать Enter, дождаться завершенияpacman -S --needed base-devel cmake gcc git --noconfirm
pacman -S --needed mercurial subversion zlib-devel --noconfirm
pacman -Su --noconfirm
, нажать Enter, дождаться завершенияpacman -Scc --noconfirm
, нажать Enter, дождаться завершенияcurl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig pacman --noconfirm -U --config <(echo) msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz pacman-key --init pacman-key --populate msys2 rm -f msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz*
pacman -Syu --noconfirm
Принудительно закрыть окно терминала и ввести в командную строку (только после первой установки) [устарело]:
taskkill /im dirmngr.exe /f taskkill /im gpg-agent.exe /f
pacman -Su --noconfirm
pacman -S --needed automake base-devel cmake gcc git mercurial mingw-w64-cross ninja python-pip subversion zlib-devel --noconfirm pacman -S --needed mingw-w64-i686-cmake mingw-w64-i686-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-toolchain --noconfirm #pacman -S --needed mingw-w64-clang-i686-clang mingw-w64-clang-x86_64-clang+libs/tools-extra --noconfirm
pacman -S --needed mingw-w64-i686-qt5-base mingw-w64-i686-qt5-static mingw-w64-i686-qt5-tools --noconfirm pacman -S --needed mingw-w64-x86_64-qt5-base mingw-w64-x86_64-qt5-static mingw-w64-x86_64-qt5-tools --noconfirm
https://cmake.org/cmake/help/latest/generator/MSYS%20Makefiles.html
https://cmake.org/cmake/help/latest/generator/MinGW%20Makefiles.html
echo export CMAKE_GENERATOR=\"MinGW Makefiles\" >> ~/.bashrc
cd /x для диска X:
pacman -Scc --noconfirm