home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / freenet / WrkBone001 / Linux / WBone / WorkBone-0.1 / INSTALL < prev    next >
Text File  |  1993-12-08  |  487b  |  19 lines

  1.  
  2. 1) WorkBone expects to find the device: /dev/cdrom . If you don't
  3.    have this device, change to /dev and soft link your current
  4.    cd rom device to 'cdrom'. For example, if you currently call
  5.    your cdrom device 'mcd0', then do the following:
  6.  
  7.                cd /dev
  8.                ln -sf mcd0 cdrom
  9.  
  10.    Alternatively, just edit line 48 of 'hardware.c'  to reflect the
  11.    name of your cdrom device. 
  12.    
  13. 2) type 'make'
  14.  
  15. 3) if all went well, type 'make install'
  16.  
  17. 4) read the man page
  18.  
  19.