ipmsg for Linux 安装
下面我来说一下它的GTK2版在 ubuntu dapper/feisy下的安装过程。 安装依赖的包
sudo apt-get install libxml-parser-perl libgnomeui-dev libpanel-applet2-dev下载
wget [url]http://www.ipmsg.org/archive/g2ipmsg-0.9.1.tar.gz[/url]更改语言(不改则为日语)
将g2ipmsg-0.9.1/src/codeset.c中的CP932 改为CP936配置
./configure –prefix=/usr –sysconfdir=/etc –enable-systray编译
make安装
sudo make install使用 将G2IPMSG Applet小程序添加到你的面板上。 效果 TroubleShootings a)编译时出现如下错误:
file=`echo ja | sed ’s,.*/,,’`.gmo \运行
&& rm -f $file && -o $file ja.po
/bin/sh: -o: not found
make[2]: *** [ja.gmo] 错误 127
make[2]: Leaving directory `/home/xmx/g2ipmsg-0.9.1/po’
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/xmx/g2ipmsg-0.9.1′
make: *** [all] 错误 2
sudo apt-get install gettext intltool后再开始configure。 b)若要显示不同网段的好友 双方需要在设置里的Broadcast address setting加入对方的IP地址
本文转自hexianguo 51CTO博客,原文链接:http://blog.51cto.com/xghe110/65689,如需转载请自行联系原作者
本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!
