最新sublime3配C++11编译环境

sublime text 3. version 3.2.1 build 3207css


Package control: 
install package : C++11 (v0.0.9; github.com/noct/sublime-cpp11)c++

install package: PackageResourceViewer (v1.1.0; github.com/skuroda/PackageResourceViewer)git


 

Tools/Command Palette... :
packageresourceviewer: open resource: C++11,C++11.sublime-build
修改:github

 [
   {
     "name": "Run",
     //"cmd": "g++ -Wall -std=c++11 \"$file\" -o \"${file_path}/${file_base_name}\" && start cmd /c \"\"${file_path}/${file_base_name}\" & pause\"",
     "cmd": "g++ -Wall -std=c++11 \"$file\" -o \"${file_path}/${file_base_name}\" && \"${file_path}/${file_base_name}\" ",
     "shell": true
   }
 ]

END.shell

 

 

这条线是傻逼,怎么删都删不掉:ui

相关文章
相关标签/搜索