|
From: <gai...@li...> - 2002-05-03 02:23:06
|
> How do I compile gaim-e? First off, get the latest release of gaim, the source tarball. tar zxvf gaim-0.57.tar.gz Now, grab the gaim-e source from cvs: cvs -z3 -d':pserver:ano...@cv...:/cvsroot/gaim-e' co gaim-e That will snag the sources and put them in a directory called gaim-e in your current working directory. change into the gaim-e directory, and cp * GAIMDIR/plugins/ (replace GAIMDIR with the path to where you unpacked gaim once you do that, cd to the plugin directory, and run the ./compile script Cross your fingers, and if it work it will create gaim-e.so, copy that into your gaim plugin directory... mine is /usr/lib/gaim/ Then you should be able to load the plugin from the tools->plugins on the gaim toolbar. Hope that helps Brent > It says: > > "Compiling is another story. First go get the source from somewhere.. > cvs is good, the src for the version you are using works too. copy all > .c and .h files to the plugins dir on of the gaim source tree. Then > edit the makefile and add gaim-e.c after all of the other plugins listed > with .c and gaim-e.so where all of the other .so files are listed. > now compile" > > Does this mean I download the gaim source, and compile gaim? Or just > compile gaim-e? > > - Paul Rodriguez > |