- 论坛徽章:
- 0
|
下面我来说一下它的GTK2版在
ubuntu
dapper/feisy下的安装过程。
安装依赖的包
sudo apt-get install libxml-parser-perl libgnomeui-dev libpanel-applet2-dev
下载
wget
http://www.ipmsg.org/archive/g2ipmsg-0.9.1.tar.gz
更改语言(不改则为日语)
将g2ipmsg-0.9.1/src/codeset.c中的CP932 改为CP936
配置
./configure –prefix=/usr –sysconfdir=/etc –enable-systray
编译
make
安装
sudo make install
使用
将G2IPMSG Applet小程序添加到你的面板上。
效果
file:///D:/Resources/Linux/Linux技术/ipmsg%20for%20Linux_files/g2ipmsg.png
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地址
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/93926/showart_1874505.html |
|