美文网首页
windows-Mingw配置

windows-Mingw配置

作者: xieyangxuejun | 来源:发表于2018-06-15 07:06 被阅读0次

在使用go get的时候会出现 exec: "gcc": executable file not found in %PATH%

这个时候需要在windows中加入GCC环境。
在线安装版下载很慢,FANQIAN也不行。
选择编译好的版本 . x86_64-posix-seh 可自行选择32位或64位。

在编辑器中的命令行工具。
在此运行go build

exec: "g++": executable file not found in %PATH%

只能手动命令行 go build了。

相关文章

网友评论

      本文标题:windows-Mingw配置

      本文链接:https://www.haomeiwen.com/subject/jvqpeftx.html