[Pidgin] ThirdPartyPlugins modified

Pidgin trac at pidgin.im
Wed Nov 7 16:42:14 EST 2012


Page "ThirdPartyPlugins" was changed by tmetro
Diff URL: <https://developer.pidgin.im/wiki/ThirdPartyPlugins?action=diff&version=424>
Revision 424
Comment: Added Plugin installation instructions (some text borrowed from "Basic C Plugin How-To")
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: ThirdPartyPlugins
=========================================================================
--- ThirdPartyPlugins (version: 423)
+++ ThirdPartyPlugins (version: 424)
@@ -1,6 +1,24 @@
 = Plugins =
 
 [[TOC(inline, noheading)]]
+
+== Installing Plugins ==
+
+Some plugins are distributed as part of collections. Some plugins are distributed in packages for specific operating systems. (Search your distribution's repository.) But most plugins are distributed as compiled dynamically loaded libraries that have to be manually installed. Check to see if the plugin author has included specific installation instructions. If not, follow the general procedure below:
+
+=== Windows ===
+
+1. Download, and if necessary, extract the .dll file.
+2. Move the resulting file to %APPDATA%\.purple\plugins
+
+Now when you open the Plugins dialog in Pidgin or Finch, the plugin should show up. 
+
+=== Unix/Linux ===
+
+1. Download, and if necessary, extract the .so file.
+2. Move the resulting file to ~/.purple/plugins
+
+Now when you open the Plugins dialog in Pidgin or Finch, the plugin should show up. 
 
 == Official Plugins == 
 
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://developer.pidgin.im/wiki/ThirdPartyPlugins>
Pidgin <http://pidgin.im>
Pidgin

This is an automated message. Someone added your email address to be
notified of changes on 'ThirdPartyPlugins' page.
If it was not you, please report to datallah at pidgin.im.


More information about the Wikiedit mailing list