<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Linux%3A_Build_cmake_2.8_on_Centos_6</id>
	<title>Linux: Build cmake 2.8 on Centos 6 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Linux%3A_Build_cmake_2.8_on_Centos_6"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Linux:_Build_cmake_2.8_on_Centos_6&amp;action=history"/>
	<updated>2026-05-04T20:20:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Linux:_Build_cmake_2.8_on_Centos_6&amp;diff=4336&amp;oldid=prev</id>
		<title>David: Created page with &quot;&lt;syntaxhighlight&gt; wget http://www.cmake.org/files/v2.8/cmake-2.8.12.2.tar.gz tar zxvf cmake-2.8.12.2.tar.gz  cd cmake-2.8.12.2 ls pwd ./configure --prefix=/home-2/dpower/build/cmake-2.8....&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Linux:_Build_cmake_2.8_on_Centos_6&amp;diff=4336&amp;oldid=prev"/>
		<updated>2014-04-18T21:55:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;syntaxhighlight&amp;gt; wget http://www.cmake.org/files/v2.8/cmake-2.8.12.2.tar.gz tar zxvf cmake-2.8.12.2.tar.gz  cd cmake-2.8.12.2 ls pwd ./configure --prefix=/home-2/dpower/build/cmake-2.8....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
wget http://www.cmake.org/files/v2.8/cmake-2.8.12.2.tar.gz&lt;br /&gt;
tar zxvf cmake-2.8.12.2.tar.gz &lt;br /&gt;
cd cmake-2.8.12.2&lt;br /&gt;
ls&lt;br /&gt;
pwd&lt;br /&gt;
./configure --prefix=/home-2/dpower/build/cmake-2.8.12.2&lt;br /&gt;
make &lt;br /&gt;
make install &lt;br /&gt;
&lt;br /&gt;
# then update your PATH&lt;br /&gt;
export PATH=/home-2/dpower/build/cmake-2.8.12.2:$PATH&lt;br /&gt;
&lt;br /&gt;
# test&lt;br /&gt;
[dpower@psglogin ~]$ . ~/.bashrc &lt;br /&gt;
[dpower@psglogin ~]$ cmake --version&lt;br /&gt;
cmake version 2.8.12.2&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
</feed>