
1) Read the README 

2) Groovy expects to find the device: /dev/cdrom . If you don't
   have this device, change to /dev and soft link your current
   cd rom device to 'cdrom'. For example, if you currently call
   your cdrom device 'mcd0', then do the following:

               cd /dev
               ln -sf mcd0 cdrom

/* Alternatively, just edit line 51 of 'hardware.c'  to reflect the
*/ name of your cdrom device. 
   
2) Edit Makefile to reflect your choices for installation and CFLAGS

3) If you wish Groovy to use a CDDB cache directory other than ~/.groovycd
   you will need to edit gcd.h and modify CDDB_DIR to reflect your
   directory.

4) Type 'make'

5) If all went well, type 'make install'



