刚刚安装了 Sublime Text 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 中正确编译程序?