File: INSTALL.WIN32

package info (click to toggle)
purple-plugin-pack 2.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 6,180 kB
  • ctags: 3,409
  • sloc: ansic: 38,210; sh: 11,016; makefile: 1,555; python: 400
file content (41 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Install
=======

To install the Purple Plugin Pack, simply extract the contents of this zip file
to your purple install directory, which is C:\Program Files\Purple by
default.

To Compile
==========

You need a complete Purple build environment set up, and Purple already compiled.

Then extract the Purple Plugin Pack source into:

  purple-source-tree/plugins/

purple-source being what ever path you extracted the gaim source tree to.

For example, if your purple source tree is in /home/user/gaim-VERSION
you want to "cd" over to /home/user/purple-VERSION/plugins/ and type:

  tar zxvf purple-plugin-pack-VERSION.tar.gz

Then cd into the source dir

  cd purple-plugin-pack

Followed by

  make -f Makefile.mingw
  make -f Makefile.mingw install

When it's done building copy

  win32-install-dir/plugins/*.dll

to your purple install dir, (Keeping the already defined tree structure of
course)

And you should be good to go.  Restart purple and load 'em up.