[Pidgin] Scripting and Plugins modified

Pidgin trac at pidgin.im
Thu Jan 1 20:34:47 EST 2015


Page "Scripting and Plugins" was changed by datallah
Diff URL: <https://developer.pidgin.im/wiki/Scripting%20and%20Plugins?action=diff&version=30>
Revision 30
Comment: Update Perl details to reflect windows changes in 2.10.12
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: Scripting and Plugins
=========================================================================
--- Scripting and Plugins (version: 29)
+++ Scripting and Plugins (version: 30)
@@ -56,7 +56,14 @@
 == Why doesn't my Perl plugin show up in the Plugins dialog? ==
 Check if your Pidgin binary includes Perl support (Help -> Build Information).
 
-You must also have a compatible Perl runtime installed. On Windows, that is Perl 5.10, and as of April 2013, we require [http://www.activestate.com/Products/activeperl ActivePerl] or [http://strawberryperl.com/releases.html Strawberry Perl] 5.10.x. Newer versions of Perl, such as the [bug:14966#comment:8 current Strawberry Perl 5.16.3, do not work at the moment]. If you're running 64-bit Windows, make sure that you install the 32-bit version of Perl; Pidgin is a 32-bit application on Windows.
+You must also have a compatible Perl runtime installed. Perl micro versions are not backward compatible, so you need to use a matching "y" component in the x.y.z version string.
+
+On Windows:
+ * You can get a compatible Perl runtime from [http://strawberryperl.com/releases.html Strawberry Perl]
+ * You'll need to use the 32-bit version of Perl since Pidgin is a 32-bit application
+ * Make sure the Perl installation's `bin` directory is in your `PATH`
+ * For Pidgin 2.10.12 and newer, you need Perl 5.20.z
+ * For Pidgin <= 2.10.11, you need Perl 5.10.z
 
 First, download the test Perl plugin from the [/doxygen/2.5.2/html/perl-howto.html Perl Scripting HOWTO page] in `~/.purple/plugins`. Restart Pidgin and see if the plugin appears in the list as "Perl Test Plugin". If not, open the Debug window from the Help menu, and open the plugin list again. You should see if Pidgin picks up the plugin from the proper directory, and any errors while loading it.
 
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://developer.pidgin.im/wiki/Scripting%20and%20Plugins>
Pidgin <https://pidgin.im>
Pidgin

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


More information about the Wikiedit mailing list