MSYS2/MinGW-w64安装

Posted feiyunw

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MSYS2/MinGW-w64安装相关的知识,希望对你有一定的参考价值。

MSYS2/MinGW-w64安装

步骤

  1. 运行msys2-x86_64-*.exe,安装文件夹(全英文字母不要有汉字字符或空格)例如D:\\msys64;
  2. 运行MSYS2 shell(msys2_shell.cmd)以初始化MSYS2,关闭shell;
  3. 修改D:\\msys64\\etc\\pacman.d\\mirrorlist.*内容,将后缀.cn的服务器移到前面;
  4. 重新运行MSYS2 shell并执行
pacman -Syu
  1. 重新运行MSYS2 shell并执行
pacman -Su
  1. 安装基础系统和gcc开发工具
pacman -S --needed base base-devel git msys2-w32api-runtime
pacman -S --needed mingw-w64-x86_64-gcc mingw-w64-x86_64-gdb mingw-w64-x86_64-make mingw-w64-x86_64-pkgconf
  1. 重复执行以下命令直到所有软件包都已更新
pacman -Su
  1. 清除软件包缓存
pacman -Sc

安装clang、cmake、SDL2

pacman -S --needed mingw-w64-x86_64-clang mingw-w64-x86_64-clang-analyzer mingw-w64-x86_64-clang-tools-extra
pacman -S --needed mingw-w64-x86_64-cmake mingw-w64-x86_64-qt5
pacman -S --needed mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_mixer

安装32位开发工具

pacman -S --needed mingw-w64-i686-gcc mingw-w64-i686-gdb mingw-w64-i686-make mingw-w64-i686-pkgconf
pacman -S --needed mingw-w64-i686-clang mingw-w64-i686-clang-analyzer mingw-w64-i686-clang-tools-extra

注意

不支持在FAT分区安装;不支持Windows XP。
以后更新软件包可执行命令

pacman -Syuu

参考

以上是关于MSYS2/MinGW-w64安装的主要内容,如果未能解决你的问题,请参考以下文章

c_cpp 快速代码片段,用于在统计(阻止)/ dev / rdsk中的设备时验证fstat64和stat64的行为。

Java itext为pdf 文件添加水印核心功能代码片段

-bash: /usr/bin/ls: /lib64/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory(代码片段

错误记录Flutter 混合开发获取 BinaryMessenger 报错 ( FlutterActivityAndFragmentDelegate.getFlutterEngine() )(代码片段

RuntimeError: ‘lengths’ argument should be a 1D CPU int64 tensor, but got 1D cuda:0 Long tensor(代码片段

PCL异常处理:pcl 1.8.13rdpartyoostincludeoost-1_64oost ypeofmsvc ypeof_impl.hpp(125): error(代码片段