Pidgin
From Linuxintro
Revision as of 12:16, 2 May 2011 by imported>ThorstenStaerk (Created page with "Pidgin is chatting software for Linux. It features as well instant messaging as instant relay chat. = Get it = To install Pidgin, find out your distribution and proceed acco...")
Pidgin is chatting software for Linux. It features as well instant messaging as instant relay chat.
Get it
To install Pidgin, find out your distribution and proceed accordingly:
SLES
- Download Pidgin from here
- install some dependencies
- intltool
- get it
- intltool
wget http://ftp.gnome.org/pub/gnome/sources/intltool/0.35/intltool-0.35.5.tar.bz2
- unpack it
bunzip2 intltool-0.35.5.tar.bz2 tar xvf intltool-0.35.5.tar
- install it
cd intltool-0.35.5/ ./configure && make -j8 && make install
- from yast
yast -i libxml2-devel libidn-devel
- unzip Pidgin
bunzip2 pidgin-2.7.11.tar.bz2 tar xvf pidgin-2.7.11.tar
- install Pidgin
cd pidgin-2.7.11/ ./configure --disable-vv && make -j8 && make install