As of 0.0.6, this program now has a fully functional configure script;
to install, simply do

% configure; make; su -c 'make install'

Installing from CVS:

   1. ./autogen.sh
   2. ./configure {options}
          * To enable plugins: ./configure --with-plugins='plugin name'
   3. make
   4. make install

Updating cvs:
   1. cd into denemo directory
   2. cvs update -Pd
   3. follow instructions in the Installing from CVS to compile


