{"id":20661,"date":"2024-11-19T09:22:47","date_gmt":"2024-11-19T01:22:47","guid":{"rendered":"https:\/\/fwq.ai\/blog\/20661\/"},"modified":"2024-11-19T09:22:47","modified_gmt":"2024-11-19T01:22:47","slug":"sublime-test%e6%80%8e%e4%b9%88%e8%bf%90%e8%a1%8cc%e8%af%ad%e8%a8%80","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/20661\/","title":{"rendered":"sublime test\u600e\u4e48\u8fd0\u884cc\u8bed\u8a00"},"content":{"rendered":"<blockquote><p>\n  \u8981\u5728 sublime text \u4e2d\u8fd0\u884c c \u8bed\u8a00\u7a0b\u5e8f\uff1a\u5b89\u88c5 c \u7f16\u8bd1\u5668\uff08\u5982 mingw \u6216 clang\uff09\u3002\u5728 sublime text \u4e2d\uff0c\u8f6c\u5230 tools -&gt; build system -&gt; new build system\uff0c\u4e3a\u7f16\u8bd1\u5668\u8f93\u5165\u540d\u79f0\u3001\u547d\u4ee4\u548c\u9009\u62e9\u5668\uff0c\u7136\u540e\u4fdd\u5b58\u3002\u521b\u5efa\u4e00\u4e2a .c \u6587\u4ef6\uff0c\u7f16\u5199 c \u4ee3\u7801\uff0c\u8fd0\u884c\u7a0b\u5e8f\uff08ctrl + b \u6216 cmd + b\uff09\u3002\n<\/p><\/blockquote>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/202404\/03\/2024040311241843574.jpg\" class=\"aligncenter\" title=\"sublime test\u600e\u4e48\u8fd0\u884cc\u8bed\u8a00\u63d2\u56fe\" alt=\"sublime test\u600e\u4e48\u8fd0\u884cc\u8bed\u8a00\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5982\u4f55\u5728 Sublime Text \u4e2d\u8fd0\u884c C \u8bed\u8a00<\/strong><\/p>\n<p>Sublime Text \u662f\u4e00\u4e2a\u6d41\u884c\u7684\u6587\u672c\u7f16\u8f91\u5668\uff0c\u53ef\u7528\u4e8e\u591a\u79cd\u7f16\u7a0b\u8bed\u8a00\uff0c\u5305\u62ec C \u8bed\u8a00\u3002\u4ee5\u4e0b\u662f\u5982\u4f55\u5728 Sublime Text \u4e2d\u8fd0\u884c C \u8bed\u8a00\u7a0b\u5e8f\uff1a<\/p>\n<p><strong>\u5b89\u88c5\u7f16\u8bd1\u5668<\/strong><\/p>\n<p>\u9996\u5148\uff0c\u4f60\u9700\u8981\u5728\u4f60\u7684\u7cfb\u7edf\u4e0a\u5b89\u88c5\u4e00\u4e2a C \u7f16\u8bd1\u5668\u3002\u63a8\u8350 MinGW \u6216 Clang\u3002<\/p>\n<p><span>\u7acb\u5373\u5b66\u4e60<\/span>\u201c\u201d\uff1b<\/p>\n<ul>\n<li> <strong>MinGW\uff1a<\/strong>\u4ece https:\/\/sourceforge.net\/projects\/mingw\/ \u4e0b\u8f7d\u5e76\u5b89\u88c5\u3002<\/li>\n<li> <strong>Clang\uff1a<\/strong>\u4ece https:\/\/releases.llvm.org\/download.html \u4e0b\u8f7d\u5e76\u5b89\u88c5\u3002<\/li>\n<\/ul>\n<p><strong>\u8bbe\u7f6e Sublime Text<\/strong><\/p>\n<p>\u63a5\u4e0b\u6765\uff0c\u4f60\u9700\u8981\u5728 Sublime Text \u4e2d\u8bbe\u7f6e\u7f16\u8bd1\u5668\u3002<\/p>\n<ol>\n<li>\u6253\u5f00 Sublime Text\u3002<\/li>\n<li>\u8f6c\u5230\u83dc\u5355\u680f\u5e76\u9009\u62e9 <strong>&#8220;Tools&#8221; -&gt; &#8220;Build System&#8221; -&gt; &#8220;New Build System&#8221;<\/strong>\u3002<\/li>\n<li>\u5728 <strong>&#8220;Name&#8221;<\/strong> \u5b57\u6bb5\u4e2d\u8f93\u5165\u4e00\u4e2a\u540d\u79f0\uff08\u4f8b\u5982 &#8220;C&#8221;)\u3002<\/li>\n<li>\u5728 <strong>&#8220;Command&#8221;<\/strong> \u5b57\u6bb5\u4e2d\u8f93\u5165\u4ee5\u4e0b\u5185\u5bb9\uff1a<\/li>\n<\/ol>\n<pre>gcc -Wall -o \"${file_base_name}\" \"${file_name}\"<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<ol>\n<li>\u5728 <strong>&#8220;Selector&#8221;<\/strong> \u5b57\u6bb5\u4e2d\u8f93\u5165\u4ee5\u4e0b\u5185\u5bb9\uff1a<\/li>\n<\/ol>\n<pre>source.c<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<ol>\n<li>\u70b9\u51fb <strong>&#8220;Save&#8221;<\/strong> \u6309\u94ae\u3002<\/li>\n<\/ol>\n<p><strong>\u8fd0\u884c\u7a0b\u5e8f<\/strong><\/p>\n<p>\u73b0\u5728\u4f60\u53ef\u4ee5\u8fd0\u884c C \u8bed\u8a00\u7a0b\u5e8f\u4e86\u3002<\/p>\n<ol>\n<li>\u521b\u5efa\u4e00\u4e2a\u65b0\u7684 Sublime Text \u6587\u4ef6\u5e76\u4fdd\u5b58\u4e3a <strong>.c<\/strong> \u6587\u4ef6\u3002<\/li>\n<li>\u7f16\u5199\u4f60\u7684 C \u8bed\u8a00\u4ee3\u7801\u3002<\/li>\n<li>\u5728\u83dc\u5355\u680f\u4e2d\u9009\u62e9 <strong>&#8220;Tools&#8221; -&gt; &#8220;Build System&#8221; -&gt; &#8220;C&#8221;<\/strong>\u3002<\/li>\n<li>\u6309 <strong>&#8220;Ctrl + B&#8221;<\/strong>\uff08Windows\uff09\u6216 <strong>&#8220;Cmd + B&#8221;<\/strong>\uff08Mac\uff09\u8fd0\u884c\u7a0b\u5e8f\u3002<\/li>\n<\/ol>\n<p>\u5982\u679c\u4f60\u7684\u4ee3\u7801\u6ca1\u6709\u4efb\u4f55\u9519\u8bef\uff0cSublime Text \u5c06\u7f16\u8bd1\u5e76\u8fd0\u884c\u7a0b\u5e8f\uff0c\u5e76\u663e\u793a\u8f93\u51fa\u5230 <strong>&#8220;Console&#8221;<\/strong> \u9762\u677f\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f test\u600e\u4e48\u8fd0\u884c\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8981\u5728 sublime text \u4e2d\u8fd0\u884c c \u8bed\u8a00\u7a0b\u5e8f\uff1a\u5b89\u88c5 c \u7f16\u8bd1\u5668\uff08\u5982 mingw \u6216 clang\uff09\u3002\u5728 sublime text \u4e2d\uff0c\u8f6c\u5230 tools -&gt; build system -&gt; new build system\uff0c\u4e3a\u7f16\u8bd1\u5668\u8f93\u5165\u540d\u79f0\u3001\u547d\u4ee4\u548c\u9009\u62e9\u5668\uff0c\u7136\u540e\u4fdd\u5b58\u3002\u521b\u5efa\u4e00\u4e2a .c \u6587\u4ef6\uff0c\u7f16\u5199 c \u4ee3\u7801\uff0c\u8fd0\u884c\u7a0b\u5e8f\uff08ctrl + b \u6216 cmd + b\uff09\u3002 \u5982\u4f55\u5728 Sublime Text \u4e2d\u8fd0\u884c C \u8bed\u8a00 Sublime Text \u662f\u4e00\u4e2a\u6d41\u884c\u7684\u6587\u672c\u7f16\u8f91\u5668\uff0c\u53ef\u7528\u4e8e\u591a\u79cd\u7f16\u7a0b\u8bed\u8a00\uff0c\u5305\u62ec C \u8bed\u8a00\u3002\u4ee5\u4e0b\u662f\u5982\u4f55\u5728 Sublime Text \u4e2d\u8fd0\u884c C \u8bed\u8a00\u7a0b\u5e8f\uff1a \u5b89\u88c5\u7f16\u8bd1\u5668 \u9996\u5148\uff0c\u4f60\u9700\u8981\u5728\u4f60\u7684\u7cfb\u7edf\u4e0a\u5b89\u88c5\u4e00\u4e2a C \u7f16\u8bd1\u5668\u3002\u63a8\u8350 MinGW \u6216 Clang\u3002 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-20661","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/20661","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=20661"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/20661\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=20661"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=20661"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=20661"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}