<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cpp on Eryk&#39;s Blog</title>
    <link>https://eryk.github.io/categories/cpp/</link>
    <description>Recent content in Cpp on Eryk&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <copyright>© 2017–2026 Eryk</copyright>
    <lastBuildDate>Fri, 29 Oct 2021 11:34:00 +0000</lastBuildDate>
    <atom:link href="https://eryk.github.io/categories/cpp/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CentOS 7安装各种版本的devtoolset-3</title>
      <link>https://eryk.github.io/2021/10/29/centos-7%E5%AE%89%E8%A3%85%E5%90%84%E7%A7%8D%E7%89%88%E6%9C%AC%E7%9A%84devtoolset-3/</link>
      <pubDate>Fri, 29 Oct 2021 11:34:00 +0000</pubDate>
      <guid>https://eryk.github.io/2021/10/29/centos-7%E5%AE%89%E8%A3%85%E5%90%84%E7%A7%8D%E7%89%88%E6%9C%AC%E7%9A%84devtoolset-3/</guid>
      <description>&lt;h3 id=&#34;devtoolset介绍&#34;&gt;devtoolset介绍&lt;/h3&gt;&#xA;&lt;p&gt;devtoolset是为 Scientific Linux CERN 5 和 6 平台上的开发人员提供的产品。使用 Software Collections 框架，根据 UNIX 文件系统层次结构标准的建议，将一组额外的工具安装到 /opt 目录中。这些工具由用户使用提供的 scl 实用程序按需启用。&lt;/p&gt;</description>
    </item>
    <item>
      <title>在MacBook中导入Redis源码并调试</title>
      <link>https://eryk.github.io/2021/10/15/%E5%9C%A8macbook%E4%B8%AD%E5%AF%BC%E5%85%A5redis%E6%BA%90%E7%A0%81%E5%B9%B6%E8%B0%83%E8%AF%95/</link>
      <pubDate>Fri, 15 Oct 2021 11:34:00 +0000</pubDate>
      <guid>https://eryk.github.io/2021/10/15/%E5%9C%A8macbook%E4%B8%AD%E5%AF%BC%E5%85%A5redis%E6%BA%90%E7%A0%81%E5%B9%B6%E8%B0%83%E8%AF%95/</guid>
      <description>&lt;h1 id=&#34;下载redis源码&#34;&gt;下载Redis源码&lt;/h1&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;div style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&#xA;&lt;table style=&#34;border-spacing:0;padding:0;margin:0;border:0;&#34;&gt;&lt;tr&gt;&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;;width:100%&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;git clone -b 6.2 https://github.com/redis/redis.git&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;h1 id=&#34;clion导入redis&#34;&gt;CLion导入Redis&lt;/h1&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://raw.githubusercontent.com/eryk/blog_img/master/image-20211016003737364.png&#34; alt=&#34;image-20211016003737364&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;启动IDE之后弹出如下弹窗点击OK&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://raw.githubusercontent.com/eryk/blog_img/master/image-20211016003853027.png&#34; alt=&#34;image-20211016003853027&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;等导入项目加载完成之后，在IDE中打开Makefileb并点击第三行的绿色箭头执行make操作&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
