Install Pidgin

Posted August 15th, 2007 by marslert

Simple step to install Pidgin at Ubuntu by compile via source.

  1. Download source file from Pidgin download site.
  2. There are few packages need to install in order to compile the source. Below is the complete packages I install.
  3. sudo apt-get install gettext libglib2.0-dev libgtk2.0-dev libxml2-dev libnss-dev libnspr-dev libnss3-dev libgnutls-dev

  4. Run the configure with below enable else you will encounter error like “SSL support is needed for MSN. Please install a supported SSL library.” when execute pidgin.
  5. ./configure –enable-gnutls=yes

  6. Next step easy :
  7. make
    sudo make install

  8. Final step is run Pidgin.

pidgin.png

One Response to “Install Pidgin”

  1. Bulletin News

    Nice write up on ! I enjoy your blog.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>