码迷,mamicode.com
首页 > 其他好文 > 详细

C编译环境的搭建-sublime篇

时间:2014-11-28 19:53:55      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   color   sp   for   文件   div   

1.安装sublime text

2.下载MingW:

http://sourceforge.net/projects/mingw-w64/?source=typ_redirect

3.sublime中:preferences->browse packages->c++/c++.sublime-build文件修改为:

 

{
    "cmd": ["g++", "${file}", "-o", "${file_path}/${file_base_name}"],
    "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
    "working_dir": "${file_path}",
    "selector": "source.c, source.c++",
    // "encoding":"cp936",

    "variants":
    [
        {
            "name": "Run",
            "cmd": ["${file_path}\\\\${file_base_name}.exe"]
        }
    ]
}

your rock!

C编译环境的搭建-sublime篇

标签:style   blog   http   ar   color   sp   for   文件   div   

原文地址:http://www.cnblogs.com/yujibuzailai/p/4129142.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!