<?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>LinuxSense &#187; wine</title>
	<atom:link href="http://www.linuxsense.org/archives/tag/wine/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxsense.org</link>
	<description>分享Linux技术的点点滴滴</description>
	<lastBuildDate>Sat, 01 Aug 2009 05:23:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ubuntu8.04编译安装wine</title>
		<link>http://www.linuxsense.org/archives/392.html</link>
		<comments>http://www.linuxsense.org/archives/392.html#comments</comments>
		<pubDate>Mon, 29 Sep 2008 02:59:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.linuxsense.org/?p=392</guid>
		<description><![CDATA[首先去下载最新的wine安装包，目前是 wine-0.9.60.tar.bz2
1 使用终端并cd到wine安装包目录下执行
tar jxvf wine-0.9.60.tar.bz2
2 cd到wine-0.9.60目录下
cd wine-0.9.45
3 检查编译环境
sudo ./configure
4 make it
sudo make depend &#38;&#38; make 此过程大致需要一小时，CPU占用会保持在90到100之间
5、编译完成以后，会提示你Wine built successfully，请输入
sudo make install
大功告成
我在安装过程中遇到的问题：
1 sudo ./configure时遇到错误，提示 C compiler cannot create executables
解决办法：sudo apt-get install libc6-dev
2 sudo ./configure时遇到错误，提示 no suitable flex found.
解决办法：sudo apt-get install flex bison
]]></description>
			<content:encoded><![CDATA[<p>首先去下载最新的wine安装包，目前是 wine-0.9.60.tar.bz2</p>
<p>1 使用终端并cd到wine安装包目录下执行<br />
tar jxvf wine-0.9.60.tar.bz2<br />
2 cd到wine-0.9.60目录下<br />
cd wine-0.9.45<br />
3 检查编译环境<br />
sudo ./configure<br />
4 make it<br />
sudo make depend &amp;&amp; make 此过程大致需要一小时，CPU占用会保持在90到100之间<br />
5、编译完成以后，会提示你Wine built successfully，请输入<br />
sudo make install</p>
<p>大功告成<br />
我在安装过程中遇到的问题：<br />
1 sudo ./configure时遇到错误，提示 C compiler cannot create executables<br />
解决办法：sudo apt-get install libc6-dev<br />
2 sudo ./configure时遇到错误，提示 no suitable flex found.<br />
解决办法：sudo apt-get install flex bison</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxsense.org/archives/392.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
