Requirements
------------

  GTK+-2.0.6 (due to bugs in the GtkTreeView widget in earlier versions)

Options
-------

  Python (for Python plugin)
  libz (for MCCP)
  libkmidi (for MSP plugin)
  
Installing from Source Release
------------------------------

./configure
make

By default Papaya will install into /usr/local.  If you want it installed
elsewhere, run ./configure --prefix=/install/prefix

Installing from CVS
-------------------

aclocal (part of automake)
automake (1.5 or greater)
autoconf (2.52 or greater)
./configure
make

./configure takes a number of options.  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.
