zoukankan      html  css  js  c++  java
  • msys2 mingw64安装

    (1)安装msys2

    (2)更新etcpacman.d下的源文件

    mirrorlist.msys

    Server = http://repo.msys2.org/msys/$arch/
    Server = https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/$arch/
    Server = https://www2.futureware.at/~nickoe/msys2-mirror/msys/$arch/
    Server = https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/$arch/
    Server = http://mirrors.ustc.edu.cn/msys2/msys/$arch/
    Server = http://mirror.bit.edu.cn/msys2/msys/$arch/

    mirrorlist.mingw32

    Server = http://repo.msys2.org/mingw/i686/
    Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/
    Server = https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/
    Server = https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686/
    Server = http://mirrors.ustc.edu.cn/msys2/mingw/i686/
    Server = http://mirror.bit.edu.cn/msys2/mingw/i686/

    mirrorlist.mingw64

    Server = http://repo.msys2.org/mingw/x86_64/
    Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/
    Server = https://www2.futureware.at/~nickoe/msys2-mirror/mingw/x86_64/
    Server = https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/x86_64/
    Server = http://mirrors.ustc.edu.cn/msys2/mingw/x86_64/
    Server = http://mirror.bit.edu.cn/msys2/mingw/x86_64/

    (3)更新源

    (a)用pacman -Sy刷新
    (b)执行pacman -Syu,然后出现警告
    (c)关闭终端,重新打开,输入pacman -Su,如果出现获取错误的话,在镜像目录下重新修改镜像源,重复(a)-(c)

    (4)安装mingw64

    pacman -S --needed base-devel mingw-w64-x86_64-toolchain git mingw-w64-x86_64-cmake

    (5)安装verilator

    pacman -S mingw-w64-x86_64-verilator

    (6)安装Qt5

    pacman -S mingw-w64-x68_64-qt5 mingw-w64-x68_64-qt-creator
  • 相关阅读:
    Android 使用Application总结
    android数据保存
    Android 利用Application对象存取公共数据
    android 通过post方式提交数据的最简便有效的方法
    android http协议post请求方式
    maven下载及配置
    普通的101键盘在Mac上的键位对应
    高效使用你的Xcode
    maven安装及maven项目导入流程
    Mac键盘图标与对应快捷按键标志汇总
  • 原文地址:https://www.cnblogs.com/to7str/p/12615818.html
Copyright © 2011-2022 走看看