Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Nov 7, 2012, 9:42:14 PM (11 years ago)
- Author:
-
tmetro
- Comment:
-
Added Plugin installation instructions (some text borrowed from "Basic C Plugin How-To")
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v423
|
v424
|
|
2 | 2 | |
3 | 3 | [[TOC(inline, noheading)]] |
| 4 | |
| 5 | == Installing Plugins == |
| 6 | |
| 7 | 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: |
| 8 | |
| 9 | === Windows === |
| 10 | |
| 11 | 1. Download, and if necessary, extract the .dll file. |
| 12 | 2. Move the resulting file to %APPDATA%\.purple\plugins |
| 13 | |
| 14 | Now when you open the Plugins dialog in Pidgin or Finch, the plugin should show up. |
| 15 | |
| 16 | === Unix/Linux === |
| 17 | |
| 18 | 1. Download, and if necessary, extract the .so file. |
| 19 | 2. Move the resulting file to ~/.purple/plugins |
| 20 | |
| 21 | Now when you open the Plugins dialog in Pidgin or Finch, the plugin should show up. |
4 | 22 | |
5 | 23 | == Official Plugins == |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!