刚刚安装了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中正确编译程序需要做什么?
答案 0 :(得分:3)
解决。 Sublime Text 2需要g ++,bash等才能编译。这些文件(?)需要按照本页说明在您的计算机中安装:
http://www.claremontmckenna.edu/pages/faculty/alee/g++/g++.html
确保在构建和运行之前保存正在处理的文件,驱动器上的任何位置。