grim/guifications2

Updating ancient instructions
org.guifications.gf2
2007-05-05, Gary Kramlich
72c528a46a89
Parents 47667729a740
Children c05acd45575d
Updating ancient instructions
  • +15 -15
    INSTALL
  • --- a/INSTALL Sat May 05 03:25:28 2007 -0400
    +++ b/INSTALL Sat May 05 03:28:40 2007 -0400
    @@ -1,16 +1,15 @@
    To Compile
    ==========
    -As of version 1.5 Guifications no longer needs to be compiled with in the Gaim
    -source tree. So, all you need to do is untar:
    +Untar the source tarball:
    tar zxvf guifications-VERSION.tar.gz
    -Next run the configure script. If you have installed Gaim and it's headers in
    -the standard location, then configure should find the Gaim source. If not, you
    -need to set the environment variable PKG_CONFIG_PATH to point to the directory
    -containing gaim.pc before running configure. You should configure with the
    -same prefix was used for Gaim (for packages this would be /usr), eg:
    +Next run the configure script. If you have installed Pidgin and it's headers
    +in the standard location, then configure should find the Pidgin source. If not,
    +you need to set the environment variable PKG_CONFIG_PATH to point to the
    +directory containing pidgin.pc before running configure. You should configure
    +with the same prefix was used for Pidgin (for packages this would be /usr), eg:
    PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --prefix=/usr
    @@ -19,14 +18,15 @@
    make
    -Guifications will install to the gaim lib directory and all of the configuration
    -images into the gaim datadir. These directories are usually /usr/local/lib/gaim
    -and /usr/local/share/pixmaps/gaim, so be sure you have write access to these
    -directories, or use 'su' to become root and then run 'make install':
    +Guifications will install to the Pidgin lib directory and all of the
    +configuration images into the Pidgin datadir. These directories are usually
    +/usr/local/lib/pidgin and /usr/local/share/pixmaps/pidgin, so be sure you have
    +write access to these directories, or use 'su' to become root and then run
    +'make install':
    make install
    -Once thats done, you are good to go. Restart Gaim, go into preferences, then to
    -plugins. Enable Guifications, right out of the box it will work with all the
    -default settings. There is always a large configuration for you to play with if
    -you would like to.
    +Once thats done, you are good to go. Restart Pidgin, go into the plugins
    +dialog. Enable Guifications, right out of the box it will work with all the
    +default settings. There is always a large configuration for you to play with
    +if you would like to.