<?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>SoleSky &#187; WOW</title>
	<atom:link href="http://www.solesky.com/tag/wow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solesky.com</link>
	<description>My love, My life,My soul</description>
	<lastBuildDate>Mon, 30 Aug 2010 13:15:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install Wine on 64 bit Ubuntu and Run WOW~</title>
		<link>http://www.solesky.com/2009/08/install-wine-on-64-bit-ubuntu-and-run-wow/</link>
		<comments>http://www.solesky.com/2009/08/install-wine-on-64-bit-ubuntu-and-run-wow/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 02:45:49 +0000</pubDate>
		<dc:creator>calcifer</dc:creator>
				<category><![CDATA[Technique]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[WOW]]></category>

		<guid isPermaLink="false">http://www.solesky.com/?p=948</guid>
		<description><![CDATA[We can say that WOW is a great on-line game in the world. It released when I was in Campus. For the good of my study, I missed this game totally. At that time, WOW was run by the 9th City and made great benefit in China. Nowadays, Blizzard decides to end the contract with [...]]]></description>
			<content:encoded><![CDATA[<p>We can say that WOW is a great on-line game in the world. It released when I was in Campus. For the good of my study, I missed this game totally. At that time, WOW was run by the 9th City and made great benefit in China. Nowadays, Blizzard decides to end the contract with 9th City and make a good deal with the other IT giant in China, Net Ease. So a new age of China WOW is coming&#8230;</p>
<p>We know that WOW&#8217;s PC client software is only supported Windows. To the Linux users like me, one of the way to play this game is to install wine which can run Windows version software under a Linux environment. That&#8217;s easy to make it cause Ubuntu has built it easy to install. But I countered another problem, the Chinese character and input method support&#8230; <img src='http://www.solesky.com/wp-includes/images/smilies/icon_confused.gif' alt=':???:' class='wp-smiley' /> </p>
<p>After search on Google, I found that the already built version wine-cn haven&#8217;t released and I have to &#8220;hack&#8221; it by myself.<br />
The job I have to do:</p>
<ul>
<li> 1 download the source ball of wine</li>
<li> 2 patch the source file with Chinese charset support</li>
<li> 3 prepare the environment of building wine on 64-bit platform</li>
<li> 4 compile and install wine</li>
<li> 5 fix the Chinese character display by adding &#8220;gdi32.dll.so&#8221;</li>
<li> 6 Download and Install WOW~</li>
</ul>
<p>1  go to http://www.winehq.org/site/download to download the wine source ball</p>
<p>2 extract the file and patch with the <a href="http://forum.ubuntu.org.cn/download/file.php?id=35293">&#8220;wine_charset.patch&#8221;</a></p>
<blockquote><p>cd wine-1.0<br />
patch -p1 &lt; wine_charset.patch</p></blockquote>
<p>3 Run this in Shell to prepare:(Ubuntu 9.04 only)</p>
<blockquote><p>sudo apt-get build-dep wine</p></blockquote>
<p>4 Configure, make, and install:</p>
<blockquote><p>CC=&#8221;gcc-4.3 -m32&#8243; LDFLAGS=&#8221;-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32&#8243; ./configure -v</p></blockquote>
<blockquote><p>make</p></blockquote>
<blockquote><p>
make instal</p></blockquote>
<p>To compile 14.9MB source ball is a time wasting job.  <img src='http://www.solesky.com/wp-includes/images/smilies/icon_neutral.gif' alt=':neutral:' class='wp-smiley' />  </p>
<p>5 Fetch the <a href="http://forum.ubuntu.org.cn/viewtopic.php?f=121&#038;t=131400"> gdi32.dll.so</a> and copy to the wine</p>
<blockquote><p>sudo cp gdi32.dll.so /usr/lib/wine/</p></blockquote>
<p>6 Install and Run WOW just like in Windows~</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solesky.com/2009/08/install-wine-on-64-bit-ubuntu-and-run-wow/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Got a new web word&#8211; AFK</title>
		<link>http://www.solesky.com/2008/08/got-a-new-web-word-afk/</link>
		<comments>http://www.solesky.com/2008/08/got-a-new-web-word-afk/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 01:39:00 +0000</pubDate>
		<dc:creator>calcifer</dc:creator>
				<category><![CDATA[English learning]]></category>
		<category><![CDATA[Soliloquy]]></category>
		<category><![CDATA[WOW]]></category>

		<guid isPermaLink="false">http://www.sloesky.com/?p=87</guid>
		<description><![CDATA[AFK &#8212; Away From Keyboard
Today when I watching the War 3 game videos on the tudou.com. A new word was heard during the waiting time. It said someone is AFK, then they had to set up the game again.
I was puzzle about this new word and search it through google  
Oh~ I see. AFK [...]]]></description>
			<content:encoded><![CDATA[<p>AFK &#8212; Away From Keyboard</p>
<p>Today when I watching the War 3 game videos on the tudou.com. A new word was heard during the waiting time. It said someone is AFK, then they had to set up the game again.</p>
<p>I was puzzle about this new word and search it through google <img src='http://www.solesky.com/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
<p>Oh~ I see. AFK is brought from WOW (World of Warcraft). And now it becomes very popular that we can say &#8220;I have got a call, AFK for a moment&#8221; <img src='http://www.solesky.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':grin:' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.solesky.com/2008/08/got-a-new-web-word-afk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
