
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) Edit Makefile to set destinations for install.

3) type 'make'

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

5) read the man page

