
1) Unless specified otherwise using the -d option, 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 160 of 'workbone.c'  to reflect the
   name of your cdrom device. 
   
2) The Makefile defines owner and group for man pages as 'daemon'. You
   may redefine these to your taste at lines 16 and 17 of the Makefile.

3) 'make install' will put the workbone executalbe in /usr/local/bin.
   You can put it somewhere else (/usr/bin) by changing line 14.

4) Type 'make'

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

6) Read the man page

