Compiling the plugins
=====================

If you have problems compiling because you don't have a native version
of GCC installed, you can use the Perl replacements provided by
Lonnie Foster in this directory (replace_prctype.pl and replace_prcversion.pl)

Just edit the Makefile in each plugin directory to use the Perl versions.
Reading the comments in the Makefile should give you enough hints.
You may have to replace the first shebang line in the perl scripts with
the path to your perl executable.

You can make the plugins individually in their directories by typing "make",
or you can compile them all in the main diddlebug directory by typing
"make plugins".


Making your own plugins
=======================

You can use the booger_template.pl script to create a new skeleton plugin.
Just fill in the extra stuff you want to do and compile. :)

