Build 错误2系统找不到在升华文本2、Windows 8中指定的文件

Build 错误2系统找不到在升华文本2、Windows 8中指定的文件,build,compiler-errors,sublimetext2,Build,Compiler Errors,Sublimetext2,刚刚安装升华文本2,尝试构建hello world程序,并收到以下消息: [Error 2] The system cannot find the file specified [cmd: [u'g++', u'', u'-o', u'/']] [dir: C:\Windows\system32] [path: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShe

刚刚安装升华文本2,尝试构建hello world程序,并收到以下消息:

[Error 2] The system cannot find the file specified
[cmd:  [u'g++', u'', u'-o', u'/']]
[dir:  C:\Windows\system32]
[path: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\]
[Finished]

我需要做什么才能在ST2中正确编译程序?

已解决。升华文本2需要g++、bash等来编译。这些文件(?)需要按照本页的说明安装在您的计算机中:

在构建和运行之前,请确保将正在处理的文件保存在驱动器上的任何位置。

请参阅。