suixinyuano0 发表于 2013-1-28 17:18:06

ubuntu 安装通讯软件

1.Ubuntu QQ
 
   A. 下载QQ,之后双击安装。
   B.下载地址:
        http://dl_dir.qq.com/linuxqq/linuxqq_v1.0.2-beta1_i386.deb
 
2.Linux Fetion (飞信)
 
    A.下载LibFetion,之后双击安装。
    B.下载地址:
         http://www.libfetion.cn/Linux_demoapp_download.html
         http://libfetion-gui.googlecode.com/files/linux-fetion_0.9.2-ubuntu_8.04_i386.deb
 
3.Linux g2ipmsg ( 飞鸽)
 
    A.下载g2ipmsg
    B.下载地址:
         http://www.ipmsg.org/archive/g2ipmsg-0.9.6.tar.gz
    C.安装依赖包
         sudo apt-get install libxml-parser-perl libgnomeui-dev libpanel-applet2-dev
         sudo apt-get install gettext intltool
    D.配置文件,更改语言(默认为日语)
        方案一: 
                     a. 将g2ipmsg-0.9.1/src/codeset.c中的CP932 改为CP936
                      b. ./configure –prefix=/usr –sysconfdir=/etc –enable-systray
        方案二: 执行./configure --prefix=/usr --sysconfdir=/etc --enable-systray  \--with-ext-charcode=CP936
   E.编译
        make
   F.安装
        sudo make install
 
4.iptux (飞鸽传书GNU/Linux版)
 
 A.下载地址:
                    http://code.google.com/p/iptux/downloads/list
B.安装配置:
      方案一: 
          a. tar xzvf iptux-0.x.x.tar.gz
          b. cd iptux-0.x.x
          c. ./configure
          d. make
          e. sudo make install
     方案二:
            下载iptux的deb安装包
 
页: [1]
查看完整版本: ubuntu 安装通讯软件