As you may know, Gaim has been renamed to Pidgin IM. Beta7 source is now available in testing. The only difference I see is the interface:
http://bomahy.nl/hylke/blog/?p=25
I don't guarantee that this won't break your system, so please be sure you make any necessary backups.
to install any dependencies you need to compile Pidgin, run the following:
Code:
sudo apt-get build-dep gaim
autogen also needs some files:
Code:
sudo apt-get install libglib2.0-dev
Go to the pidgin dev site to get the code:
http://developer.pidgin.im/
extract the source, cd into the folder, and execute
I got some warnings at this step but nothing that prevented me from continuing.
after that is finished, run
Code:
make && sudo make install
When it's ready to install it will ask for your password to copy the files over.
Bookmarks