|
InstallationGuide
A brief description of how to install the plugin.
Featured We have tried to keep it as simple as possible. So here it is! First of all, be sure that you have downloaded and installed Pidgin and Adobe Flash Player. Installation from packageDownload the .deb package for Ubuntu and install it with: sudo dpkg -i pidgin-embeddedvideo_1.2-1_arch.deb where arch is either i386 or amd64 , depending on your distribution. If you want to uninstall the plugin, run sudo apt-get remove pidgin-embeddedvideo or use Synaptic Package Manager to remove the pidgin-embeddedvideo package. Installation from source codeRequirementsYou will need these packages to be installed before compiling the plugin on your machine:
On Ubuntu Karmic you may type the following in a terminal to install the dependencies... sudo apt-get install pidgin-dev libglib2.0-dev libcurl3-dev libwebkit-dev On other Ubuntu versions, if you don't see the right version of the libwebkit-dev package in the repositories, you can find it here. This page will tell you how to install it on your machine in just a few steps:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D9A3C5B deb http://ppa.launchpad.net/webkit-team/ppa/ubuntu YOUR_UBUNTU_VERSION main where YOUR_UBUNTU_VERSION is jaunty for Jaunty (9.04), intrepid for Intrepid (8.10) or hardy for Hardy (8.04). Then click Close.
CompilationExtract the archive you have downloaded. The compilation should be easy like... ./configure make make install Restart Pidgin, activate Pidgin Embedded Video under the "Plugins" menu and have fun! ;) As a side note, you can uninstall the plugin with... make uninstall |
can not get it to take the Make and make install in PCLinuxOS 2010. I need help