
- Get the dependencies
- Get the source
- Configure and Install (Estimated time: 3-4 minutes of installing.)
- Congratulations and Good day
- This was only tested on Ubuntu 7.04
Note, compiling from the source doesn’t necessarily give you all the proper dependencies. That’s why you implement apt-get. Fortunately I found out all the required packages. You can choose which ones you’d like to install, but in my opinion, all are either required or recommended for Pidgins functionality.
Autogen also needs these files above ^^. If you desire spell checking, add libgtkspell-dev in the command. If you’d like to install every single dependencies/package from Pidgin/Gaim. Formly. All packages can be upgraded to latest via apt-get respoitories .
sudo apt-get build-dep gaim
This installs a bunch of dev packages. Also make sure the package “build-essential is installed! The reason that it’s ‘gaim’ . Is when Ubuntu 7.04 was released, Pidgin was known as Gaim(obviously). As such, the ‘build-dep’ for gaim is used to get the deps for Pidgin 2.02.1.
Alright, now download the latest source code. Get the latest from www.pidgin.im . If you’re installing this purely from the terminal. In my case the latest stable version if 2.02(by the time of writing it’s version 2.02). Just ‘wget’ the file via sourceforge.
http://easynews.dl.sourceforge.net/sourceforge/pidgin/pidgin-2.0.2.tar.bz2
Now extract it. And Change directories
Now config, and install. It takes a while in between commands. Around 3-4 minutes in total.
./configure
make
sudo make install
That should be it. Find it in Apps>Internet Pidgin …..You should have no problems with package dependencies. Remember apt-get will not upgrade the newest Pidgin for you . So do this until Ubuntu imports Pidgin in it’s repositories, you’ll have to upgrade to Gutsy Gibbon, later on. Like most will.
Have fun with Pidgin.
Recent Comments