Installing from source/CVS.

autoconf
./configure
make

./configure takes a number of options.  By default it will compile for GTK 
2.0, with plugins and install in /usr/local.  Run ./configure --help to 
see the configuration options.


For developers:

If you want to be able to debug Papaya in gdb, add --enable-debugging to the
configure options.

If using --enable-dmalloc ensure that dmalloc is actually activated on 
your system when running Papaya or weird things happen with the lists.
If 'dmalloc medium' returns a line starting setenv or export you need to 
execute the line returned, dmalloc does not execute this line by itself
unless you have set up a shell alias to do so.
