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