<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CMake installation Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/cmake-installation/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 11 Jun 2020 01:03:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How To Install CMake On CentOS 8</title>
		<link>https://www.osradar.com/how-to-install-cmake-on-centos-8/</link>
					<comments>https://www.osradar.com/how-to-install-cmake-on-centos-8/#comments</comments>
		
		<dc:creator><![CDATA[sabi]]></dc:creator>
		<pubDate>Fri, 12 Jun 2020 10:59:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CMake installation]]></category>
		<category><![CDATA[how to install CMake]]></category>
		<category><![CDATA[How To Install CMake On CentOS 8]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=20038</guid>

					<description><![CDATA[<p>Today we are going to learn that how to install CMake on CentOS 8. CMake is an open source &#38; cross platform used to devleop, test &#38; package the software. So, in this article you are going to cover the installation of CMake on CentOS 8. Step 1: Update Your System Firstly update yours system [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-cmake-on-centos-8/">How To Install CMake On CentOS 8</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Today we are going to learn that how to install CMake on CentOS 8. CMake is an open source &amp; cross platform used to devleop, test &amp; package the software. So, in this article you are going to cover the installation of CMake on CentOS 8.</p>



<h3><strong>Step 1: Update Your System</strong></h3>



<p>Firstly update yours system to have the latest packages installed.</p>



<pre class="wp-block-verse">sudo yum -y update</pre>



<h3><strong>Step 2: Installing CMake on CentOS 8</strong></h3>



<p>As the CentOS Global repository doesn&#8217;t provides the latest version of the CMake so you&#8217;ve to manually download it and then instal it on your CentOS 8 system.</p>



<p>Fire the below command to download the latest version of CMake on CentOS 8.</p>



<pre class="wp-block-verse">wget https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.17.3.tar.gz</pre>



<p>Once the download finished, extract the downloaded package with the help of below command.</p>



<pre class="wp-block-verse">tar -zxvf cmake-3.17.3.tar.gz</pre>



<p>Then switch to the resultant directory.</p>



<pre class="wp-block-verse">cd cmake-3.17.3</pre>



<p>Now, run the following command to bootstrap cmake.</p>



<pre class="wp-block-verse">./bootstrap</pre>



<p>Then run the make command.</p>



<pre class="wp-block-verse">make</pre>



<p>And finally install the CMake using the below command.</p>



<pre class="wp-block-verse">sudo make install</pre>



<p>Verify the installed version by typing</p>



<pre class="wp-block-verse">sudo --version</pre>



<h3><strong>Step 3: Installing CMake from SnapCraft</strong></h3>



<p>You can also install the latest version of CMake with the help of SnapCraft. To do so hit the below listed commands.</p>



<pre class="wp-block-verse">sudo yum install epel-release</pre>



<pre class="wp-block-verse">sudo yum install snapd</pre>



<pre class="wp-block-verse">sudo systemctl enable --now snapd.socket</pre>



<pre class="wp-block-verse">sudo ln -s /var/lib/snapd/snap /snap</pre>



<pre class="wp-block-verse">sudo snap install cmake --classic</pre>



<p>So, this is how you can install CMake on CentOS 8. Do not forget to share this post and join our <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">Telegram Channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-cmake-on-centos-8/">How To Install CMake On CentOS 8</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-cmake-on-centos-8/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
