Chinaunix首页 | 论坛 | 博客
  • 博客访问: 15492046
  • 博文数量: 2005
  • 博客积分: 11986
  • 博客等级: 上将
  • 技术积分: 22535
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-17 13:56
文章分类

全部博文(2005)

文章存档

2014年(2)

2013年(2)

2012年(16)

2011年(66)

2010年(368)

2009年(743)

2008年(491)

2007年(317)

分类: LINUX

2009-05-22 14:38:42

ubuntu8.10下从源码编译安装g2ipmsg飞鸽传书

1.下载g2ipmsg源码
windows版本:
linux版本:
2.配置开发环境
安装如下包:sudo apt-get install
gettext
libgnomeui-dev
libgtk2.0-dev
libpanelappletmm-2.6-dev
3.编译安装
luther@gliethttp:~$ tar zxvf g2ipmsg-0.9.6.tar.gz
luther@gliethttp:~/g2ipmsg-0.9.6$ ./configure --prefix=/usr --sysconfdir=/etc --enable-systray --enable-utf-8 --with-ext-charcode=CP936
[注:需要将10926行的with_ext_charcode=""注释掉,作者比较bt,
 打开g2ipmsg之后进入setting->perefrences->character code设置解码为CP936就可以完成汉字文件正常与windows系统之间传输了同时scim也能正常输入中文了,嘿嘿:) ,同时以网络传输出名的
 linux,在g2ipmsg上并没有体现出来,反而windows下的g2ipmsg速度惊人]
luther@gliethttp:~/g2ipmsg-0.9.6$ make
luther@gliethttp:~/g2ipmsg-0.9.6$ sudo make install
4.运行g2ipmsg
luther@gliethttp:~/g2ipmsg-0.9.6$ g2ipmsg
Segmentation fault
luther@gliethttp:~/g2ipmsg-0.9.6$ sudo g2ipmsg 必须使用root,才能启动g2ipmsg
5.添加执行脚本
luther@gliethttp:~/g2ipmsg-0.9.6$ sudo mv /usr/bin/g2ipmsg /usr/bin/g2ipmsg.raw
luther@gliethttp:~/g2ipmsg-0.9.6$ sudo vim /usr/bin/g2ipmsg
# 添加如下内容
sudo g2ipmsg.raw
luther@gliethttp:~/g2ipmsg-0.9.6$ sudo chmod +x /usr/bin/g2ipmsg
luther@gliethttp:~/g2ipmsg-0.9.6$ g2ipmsg 好了现在可以直接运行了.

阅读(1767) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~