Guest User

Untitled

a guest
Dec 24th, 2010
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. sudo apt-get build-dep pidgin
  2. cd /tmp
  3. wget http://sourceforge.net/projects/pidgin/files/Pidgin/2.7.8/pidgin-2.7.8.tar.bz2
  4. rm -rf pidgin-2.7.8
  5. tar -jxvf pidgin-2.7.8.tar.bz2
  6. cd pidgin-2.7.8/
  7. ./configure
  8. sudo make install
  9. sudo ldconfig -v
Advertisement
Add Comment
Please, Sign In to add comment