{"id":30,"date":"2021-01-04T13:55:16","date_gmt":"2021-01-04T05:55:16","guid":{"rendered":"https:\/\/explause.com\/?p=30"},"modified":"2021-04-15T16:58:26","modified_gmt":"2021-04-15T08:58:26","slug":"centos7%e7%bc%96%e8%af%91cmake","status":"publish","type":"post","link":"https:\/\/devdoge.org\/?p=30","title":{"rendered":"CentOS7\u7f16\u8bd1cmake"},"content":{"rendered":"\n<p>\u5982\u679c\u8981\u7f16\u8bd1\u4e00\u4e9b\u8f6f\u4ef6\uff0c\u4f46\u662f\u7cfb\u7edf\u6e90\u81ea\u5e26\u7684cmake\u7248\u672c\u4f4e\u4e86\uff0c\u90a3\u5c31\u8981\u7f16\u8bd1cmake\u4e86\u3002<\/p>\n\n\n\n<p>\u5148\u5378\u8f7d\u4ece\u7cfb\u7edf\u6e90\u4e0b\u8f7d\u7684cmake\uff08\u5982\u679c\u6709\u7684\u8bdd\uff09\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>yum remove cmake -y<\/code><\/pre>\n\n\n\n<p>\u4e0b\u8f7d\u7f16\u8bd1\u5de5\u5177\u5305\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>yum install epel-release wget openssl-devel -y\nyum groupinstall \"Development tools\" -y<\/code><\/pre>\n\n\n\n<p>\u4e0b\u8f7dcmake\u7684\u6e90\u7801\u5e76\u89e3\u538b\u8fdb\u5165\u6e90\u7801\u76ee\u5f55\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget https:\/\/github.com\/Kitware\/CMake\/releases\/download\/v3.20.1\/cmake-3.20.1.tar.gz\ntar zxf cmake-3.20.1.tar.gz\ncd cmake-3.20.1<\/code><\/pre>\n\n\n\n<p>\u8fd0\u884c\u81ea\u52a8\u914d\u7f6e\u7f16\u8bd1\u9009\u9879\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.\/configure<\/code><\/pre>\n\n\n\n<p>\u7f16\u8bd1\u5e76\u5b89\u88c5\uff0c\u5927\u529f\u544a\u6210\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>make &amp;&amp; make install<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u7f16\u8bd1\u4e00\u4e9b\u65b0\u8f6f\u4ef6\u9700\u8981\u7528\u5230\u3002\u8fd8\u662f\u5e38\u89c1\u7684\u5957\u8def\uff1a\u4e0b\u8f7d\uff0c\u89e3\u538b\uff0c\u81ea\u52a8\u914d\u7f6e\uff0c\u7f16\u8bd1\u5b89\u88c5\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[9,21],"class_list":["post-30","post","type-post","status-publish","format-standard","hentry","category-c7","tag-centos7","tag-21"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/devdoge.org\/index.php?rest_route=\/wp\/v2\/posts\/30","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devdoge.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devdoge.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devdoge.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/devdoge.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=30"}],"version-history":[{"count":4,"href":"https:\/\/devdoge.org\/index.php?rest_route=\/wp\/v2\/posts\/30\/revisions"}],"predecessor-version":[{"id":204,"href":"https:\/\/devdoge.org\/index.php?rest_route=\/wp\/v2\/posts\/30\/revisions\/204"}],"wp:attachment":[{"href":"https:\/\/devdoge.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=30"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devdoge.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=30"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devdoge.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}