Openfetion是基于GTK+2.0的IM客户端,使用中国移动飞信v4版本协议。
代码下载:
Sourceforge: https://sourceforge.net/projects/ofetion
Google code: http://code.google.com/p/ofetion
共享库的安装
openfetion需要依赖如下几个库开发:openssl,libxml2,gtk+-2.0,如果您的系统中没有安装这些库,您需要自行安装。下面是在Ubuntu下安装这些库的方法:
$apt-get install libxml2-dev
$sudo apt-get install libgtk2.0-dev
$sudo apt-get install libssl-dev
编译
$ ./configure
或:
$./configure –enable-debug 打开调试
$make
$make install
Ubuntu ppa:
10.10: 代码: deb http://ppa.launchpad.net/happyaron/ppa/ubuntu maverick main
10.04: 代码: deb http://ppa.launchpad.net/happyaron/ppa/ubuntu lucid main
9.10: 代码: deb http://ppa.launchpad.net/happyaron/ppa/ubuntu karmic main
9.04: 代码: deb http://ppa.launchpad.net/happyaron/ppa/ubuntu jaunty main
8.10: 代码: deb http://ppa.launchpad.net/happyaron/ppa/ubuntu intrepid main
8.04: 代码: deb http://ppa.launchpad.net/happyaron/ppa/ubuntu hardy main
特性
1.8版本的特性及修复的bug
添加了飞信群功能
添加了桌面位置记忆功能
修复了内存溢出等段错误
减小了大图标模式的图标尺寸
更换了图标,使用gnome Tango主题图标
完成了i18n
问题
- 在安装1.8版本之前请先删除之前装的旧版本,否则可能造成登录失败。
- 安装完成后若出现
openfetion: error while loading shared libraries: libofetion.so.0: cannot open shared object file: No such file or directory
请在终端中运行ldconfig
posted on 2010-11-01 00:31
小王 阅读(422)
评论(0) 编辑 收藏 引用 所属分类:
linux