
1) WorkBone 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 48 of 'hardware.c'  to reflect the
   name of your cdrom device. 
   
2) type 'make'

3) if all went well, type 'make install'

4) read the man page

