INSTALL.WIN32
author John Bailey <rekkanoryo@rekkanoryo.org>
Sun Aug 30 20:10:58 2009 -0400 (2009-08-30)
changeset 1046 93089a7ce7f6
parent 22 376736f68fce
permissions -rw-r--r--
Merge
jbailey@22
     1
Install
jbailey@22
     2
=======
jbailey@22
     3
grim@323
     4
To install the Purple Plugin Pack, simply extract the contents of this zip file
grim@323
     5
to your purple install directory, which is C:\Program Files\Purple by
jbailey@22
     6
default.
jbailey@22
     7
jbailey@22
     8
To Compile
jbailey@22
     9
==========
jbailey@22
    10
grim@323
    11
You need a complete Purple build environment set up, and Purple already compiled.
jbailey@22
    12
grim@323
    13
Then extract the Purple Plugin Pack source into:
jbailey@22
    14
grim@323
    15
  purple-source-tree/plugins/
jbailey@22
    16
grim@323
    17
purple-source being what ever path you extracted the gaim source tree to.
jbailey@22
    18
grim@323
    19
For example, if your purple source tree is in /home/user/gaim-VERSION
grim@323
    20
you want to "cd" over to /home/user/purple-VERSION/plugins/ and type:
jbailey@22
    21
grim@323
    22
  tar zxvf purple-plugin-pack-VERSION.tar.gz
jbailey@22
    23
jbailey@22
    24
Then cd into the source dir
jbailey@22
    25
grim@323
    26
  cd purple-plugin-pack
jbailey@22
    27
jbailey@22
    28
Followed by
jbailey@22
    29
jbailey@22
    30
  make -f Makefile.mingw
jbailey@22
    31
  make -f Makefile.mingw install
jbailey@22
    32
jbailey@22
    33
When it's done building copy
jbailey@22
    34
jbailey@22
    35
  win32-install-dir/plugins/*.dll
jbailey@22
    36
grim@323
    37
to your purple install dir, (Keeping the already defined tree structure of
jbailey@22
    38
course)
jbailey@22
    39
grim@323
    40
And you should be good to go.  Restart purple and load 'em up.
jbailey@22
    41