<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[升级cmake 到 3.11]]></title><description><![CDATA[<h1>Removing the old cmake</h1>
<p dir="auto">sudo apt purge cmake<br />
sudo apt autoremove</p>
<h1>Downloading the new</h1>
<p dir="auto"><a href="https://cmake.org/files/v3.11/cmake-3.11.1-Linux-x86_64.sh" rel="nofollow ugc">https://cmake.org/files/v3.11/cmake-3.11.1-Linux-x86_64.sh</a><br />
sudo mkdir /opt/cmake<br />
sudo sh cmake-3.11.1-Linux-x86_64.sh --prefix=/opt/cmake --skip-license</p>
<h1>Make it available</h1>
<p dir="auto">sudo update-alternatives --install /usr/bin/cmake cmake /opt/cmake/bin/cmake 1 --force</p>
]]></description><link>http://an.forum.genostack.com/topic/1118/升级cmake-到-3-11</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 09:22:48 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/1118.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Jan 2025 06:01:37 GMT</pubDate><ttl>60</ttl></channel></rss>