windows-Mingw配置

在使用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配置)