Difference between revisions of "Pidgin"

From Linuxintro
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...")
 
imported>ThorstenStaerk
Line 17: Line 17:
 
  ./configure && make -j8 && make install
 
  ./configure && make -j8 && make install
 
** from yast
 
** from yast
  yast -i libxml2-devel libidn-devel
+
  yast -i libxml2-devel libidn-devel meanwhile-devel
 
* unzip Pidgin
 
* unzip Pidgin
 
  bunzip2 pidgin-2.7.11.tar.bz2
 
  bunzip2 pidgin-2.7.11.tar.bz2

Revision as of 12:17, 2 May 2011

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

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 meanwhile-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