How to install Pidgin on Debian

I don't know why i always end up doing these things on Friday evenings.

This is nominally part of my ongoing series of how to get my perfect Debian set-up, just so that if i ever have to reinstall again i'll know how to get my computer back the way i like it.

Download Pidgin source code from www.pidgin.im.

Unzip it.

# apt-get install libxml-parser-perl
# apt-get install libglib2.0-dev
# apt-get install libgtk2.0-dev
# apt-get install libxml2-dev
# apt-get install libnss3-dev

$ ./configure --enable-nss
$ make
$ make check
# make install

It was kind enough to put a shortcut in my Applications - Internet folder. Yay! :)

Update: modified to include the SSL libraries for googletalk support! Thanks to this for the advice - works a treat!

Related posts (automatically calculated)

  1. How to install Beryl/Emerald on Debian
  2. Installing Ruby on Rails on Debian Lenny
  3. How to configure Nvidia graphics card in Debian
  4. Flash player on Debian 64-bit
  5. Ubuntu - i'm a convert!

This entry was posted on Friday, May 2nd, 2008 at 23:06 and is filed under computer, geeky. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Responses to “How to install Pidgin on Debian”

  1. Jake UNITED STATES Debian GNU/Linux Epiphany 2.14 Says:

    Hi, great tutorial. But…when I do make, it says something like "no target specified." i'm in the installer folder…whats wrong?

  2. Aimee UNITED KINGDOM Linux Mozilla Firefox 3.0.4 Says:

    To me it sounds as if the configure script didn't finish running. Did you get any troublesome output from doing ./configure?

Leave a Reply