赞
踩
mysys2 可以在windows上使用linux的编译环境
1、安装包
https://www.msys2.org/
2、msys2镜像使用
https://mirrors.tuna.tsinghua.edu.cn/help/msys2/
1、打开安装好的 mysys2 软件,在命令窗口中输入
pacman -S mingw-w64-x86_64-gcc
pacman -S mingw-w64-x86_64-make
pacman -S mingw-w64-x86_64-cmake
2、其它常用的工具,可以自己选择安装
pacman -S mingw-w64-x86_64-svn
pacman -S mingw-w64-x86_64-vim
pacman -S mingw-w64-x86_64-capstone
pacman -S mingw-w64-x86_64-glfw
pacman -S mingw-w64-x86_64-glm
pacman -S mingw-w64-x86_64-file
pacman -S mingw-w64-x86_64-llvm
pacman -S mingw-w64-x86_64-nlohmann-json
pacman -S mingw-w64-x86_64-openssl
3、添加环境变量
D:\Program Files\msys64\mingw64\bin
1、下载最新的版本
https://codescape.mips.com/
2、下载2020.06-01版本
https://codescape.mips.com/components/toolchain/2020.06-01/downloads.html
1、解压并添加环境变量
2、让 mysys2 使用系统环境变量
新建新的系统环境变量
MSYS2_PATH_TYPE = inherit
重新开启 mysys2 软件进入例乘路径,进行 make 编译
1 、【文件】->【首选项】->【设置】,查找profiles.windows ,点击在setting.json中编辑
2 、在"terminal.integrated.profiles.windows"中增加Msys2路径
"Mysys2-mingw64": {
"path": "cmd.exe",
"args": ["/c","C:\\Users\\stone.zhang\\msys2\\msys2_shell.cmd -defterm -mingw64 -no-start -here"]
}
3 、设置默认启动终端
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。