CentOS 7 的 IP 信使

IP Messenger for CentOS 7

我正在使用 CentOS 7 并尝试在其中安装 IP Messenger 但无法安装。谁能帮我安装任何 IP 信使。任何形式的帮助将不胜感激。谢谢。

iptux seems quite portable. You could compile it from sources and install it locally like for example this tutorial tells you

或者,您可以手动下载 packaged version of iptux in rpm format 并使用 CentOS 包管理器安装它。

rpm -i iptux-0.5.1-alt1_13.i586.rpm  OR  rpm -i iptux-0.5.1-alt1_13.x86_64.rpm

你也可以从源码编译iptux:

安装依赖项
Ubuntu/Debian

sudo apt-get install git libgtk2.0-dev libgconf2-dev g++ make autoconf libtool automake

Fedora/Cent OS

sudo yum install git gtk2-devel GConf2-devel gcc-c++ make autoconf libtool automake

从 github

克隆目录
git clone git://github.com/iptux-src/iptux.git

编译安装

cd iptux
./configure
make
sudo make install

执行程序

iptux