<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>评论：linux cmake 安装mysql5.5.11,以及更高版本</title>
	<atom:link href="http://blog.51yip.com/mysql/1312.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.51yip.com/mysql/1312.html</link>
	<description>－－一步，二步，三步，N步，二行脚印</description>
	<lastBuildDate>Tue, 07 Jun 2022 01:26:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：张映</title>
		<link>http://blog.51yip.com/mysql/1312.html/comment-page-1#comment-944</link>
		<dc:creator>张映</dc:creator>
		<pubDate>Tue, 17 Apr 2012 04:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1312#comment-944</guid>
		<description>版本的不同</description>
		<content:encoded><![CDATA[<p>版本的不同</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：zhai</title>
		<link>http://blog.51yip.com/mysql/1312.html/comment-page-1#comment-936</link>
		<dc:creator>zhai</dc:creator>
		<pubDate>Sun, 15 Apr 2012 10:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1312#comment-936</guid>
		<description>二，安装cmake
查看复制打印?
mkdir /usr/local/cmake  
tar zxvf cmake-2.8.4.tar.gz  
cd cmake-2.8.4  
./configure  --prefix=/usr/local/cmake  
make &amp;&amp; make install  


这一步安装cmake好像不行，需要下面方式：

tar zxvf cmake-2.8.7.tar.gz
cd cmake-2.8.7
./bootstrap
gmake
gmake install
cd ../</description>
		<content:encoded><![CDATA[<p>二，安装cmake<br />
查看复制打印?<br />
mkdir /usr/local/cmake<br />
tar zxvf cmake-2.8.4.tar.gz<br />
cd cmake-2.8.4<br />
./configure  --prefix=/usr/local/cmake<br />
make &amp;&amp; make install  </p>
<p>这一步安装cmake好像不行，需要下面方式：</p>
<p>tar zxvf cmake-2.8.7.tar.gz<br />
cd cmake-2.8.7<br />
./bootstrap<br />
gmake<br />
gmake install<br />
cd ../</p>
]]></content:encoded>
	</item>
</channel>
</rss>
