<?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>LT-irobot &#187; IPMsg</title>
	<atom:link href="http://www.davidrobot.com/tag/ipmsg/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidrobot.com</link>
	<description>walking and thinking</description>
	<lastBuildDate>Wed, 21 Jul 2010 11:01:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>在Ubuntu 8.04 LTS 下安装使用飞鸽传书 IP Messenger 0.9.6</title>
		<link>http://www.davidrobot.com/2009/08/ipmsg-ubuntu.html</link>
		<comments>http://www.davidrobot.com/2009/08/ipmsg-ubuntu.html#comments</comments>
		<pubDate>Thu, 20 Aug 2009 05:17:02 +0000</pubDate>
		<dc:creator>LT</dc:creator>
				<category><![CDATA[杂项]]></category>
		<category><![CDATA[IPMsg]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.davidrobot.com/?p=984</guid>
		<description><![CDATA[IP Messenger (中文名称：飞鸽传书，以下简称IPMsg)是一款很方便在局域网内收发消息和传输文件的工具，通常我们常见的是Windows下的版本，其实IPMsg提供了其他平台下的版本，比如Linux。现在Ubuntu越来越火爆，也许你正在使用Ubuntu，而你的朋友还在使用 Windows，怎么用飞鸽和他(她)交流呢，本文则介绍了在Ubuntu下编译安装IPMsg简体中文版的过程。 Ubuntu下，可以用Firefox浏览器或者wget下载源文件 http://www.ipmsg.org/archive/g2ipmsg-0.9.6.tar.gz 可能在我们正式安装前，需要安装一些编译环境所需要的软件包，运行下面命令进行安装 sudo apt-get install build-essential gettext intltool libxml-parser-perl libgnomeui-dev libpanel-applet2-dev gstreamer0.10*-dev 下面正式开始安装，依次执行下面命令： irobot@irobot-desktop:~$ wget http://www.ipmsg.org/archive/g2ipmsg-0.9.6.tar.gz irobot@irobot-desktop:~$ tar xvfz g2ipmsg-0.9.6.tar.gz irobot@irobot-desktop:~$ cd g2ipmsg-0.9.6/ irobot@irobot-desktop:~/g2ipmsg-0.9.6$ ./configure &#8211;prefix=/usr &#8211;sysconfdir=/etc &#8211;enable-systray &#8211;with-ext-charcode=CP936 irobot@irobot-desktop:~/g2ipmsg-0.9.6$ make irobot@irobot-desktop:~/g2ipmsg-0.9.6$ sudo make install 如果没有出错的话，重启系统，就可以在“应用程序”-&#62;“附件”里面发现飞鸽的图标。点击运行。还需要设置的一点是把 “字符编码的外部代号”设为CP936，不然从Windows XP传过来的中文文件名会显示乱码。 测试从Windows XP向Ubuntu传了一个300M的文件，传输正常。 P.S.飞鸽传书的网站 英文站：http://www.ipmsg.org/index.html.en 中文站：http://www.ipmsg.org.cn/]]></description>
			<content:encoded><![CDATA[<p><strong><a title="飞鸽传书 官方网站" href="http://www.ipmsg.org/index.html.en" target="_blank">IP Messenger</a></strong> (中文名称：飞鸽传书，以下简称IPMsg)是一款很方便在局域网内收发消息和传输文件的工具，通常我们常见的是Windows下的版本，其实IPMsg提供了其他平台下的版本，比如Linux。现在<a title="Ubuntu 官方网站" href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>越来越火爆，也许你正在使用Ubuntu，而你的朋友还在使用 Windows，怎么用飞鸽和他(她)交流呢，本文则介绍了在Ubuntu下编译安装IPMsg简体中文版的过程。</p>
<p>Ubuntu下，可以用Firefox浏览器或者wget下载源文件 http://www.ipmsg.org/archive/g2ipmsg-0.9.6.tar.gz</p>
<p>可能在我们正式安装前，需要安装一些编译环境所需要的软件包，运行下面命令进行安装</p>
<p style="padding-left: 30px;"><code>sudo apt-get install build-essential gettext intltool libxml-parser-perl libgnomeui-dev libpanel-applet2-dev gstreamer0.10*-dev</code></p>
<p>下面正式开始安装，依次执行下面命令：</p>
<p style="padding-left: 30px;"><em>irobot@irobot-desktop:~$</em> wget http://www.ipmsg.org/archive/g2ipmsg-0.9.6.tar.gz<br />
<em>irobot@irobot-desktop:~$ </em>tar xvfz g2ipmsg-0.9.6.tar.gz<br />
<em>irobot@irobot-desktop:~$</em> cd g2ipmsg-0.9.6/<br />
<em>irobot@irobot-desktop:~/g2ipmsg-0.9.6$</em> ./configure &#8211;prefix=/usr &#8211;sysconfdir=/etc &#8211;enable-systray &#8211;with-ext-charcode=CP936<br />
<em>irobot@irobot-desktop:~/g2ipmsg-0.9.6$</em> make<br />
<em>irobot@irobot-desktop:~/g2ipmsg-0.9.6$</em> sudo make install</p>
<p>如果没有出错的话，重启系统，就可以在“应用程序”-&gt;“附件”里面发现飞鸽的图标。点击运行。还需要设置的一点是把 “字符编码的外部代号”设为CP936，不然从Windows XP传过来的中文文件名会显示乱码。</p>
<p>测试从Windows XP向Ubuntu传了一个300M的文件，传输正常。</p>
<p><a href="http://lh6.ggpht.com/_5tfp6VZ3j6w/SozYBaDk9KI/AAAAAAAAAIw/CwD5O0xcpFw/s800/ipmsg_ubuntu_run.jpg" target="_blank"><img class="alignnone" title="IPMsg @ Ubuntu" src="http://lh6.ggpht.com/_5tfp6VZ3j6w/SozYBaDk9KI/AAAAAAAAAIw/CwD5O0xcpFw/s400/ipmsg_ubuntu_run.jpg" alt="" width="400" height="347" /></a></p>
<p><em><strong>P.S.飞鸽传书的网站</strong><br />
英文站：<a title="飞鸽传书 英文站" href="http://www.ipmsg.org/index.html.en" target="_blank">http://www.ipmsg.org/index.html.en</a><br />
中文站：<a title="飞鸽传书 中文站" href="http://www.ipmsg.org.cn/" target="_blank">http://www.ipmsg.org.cn/</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidrobot.com/2009/08/ipmsg-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<a href="http://net110.ms.gov.cn/" target="_blank"><img src="http://222.215.230.158:8080/wj.gif" border="0" align="center"/></a>